← Back to home

ISA-101 HMI Design Standard: A Practical Guide

12 min read · Updated April 2026 · Standards reference

ISA-101.01 — “Human-Machine Interfaces for Process Automation Systems” is the standard that ended the era of rainbow-colored HMIs full of blinking gauges. Published by the International Society of Automation, it codifies what experienced operators and human-factors researchers have known for decades: a good HMI is mostly gray, and color means something is wrong.

This guide walks through the parts of the standard you actually need on a project: the lifecycle model, situation awareness, the hierarchy of displays, color and font usage, and the alarm priority scheme. It is written for engineers who design or buy HMI screens, not for compliance auditors.

1. Scope of the standard

ISA-101 governs the design, implementation, operation, and maintenance of HMIs used in process automation — DCS consoles, SCADA workstations, and modern web-based supervisory dashboards. It is intentionally agnostic about the platform: the same rules apply whether your operator stares at a Siemens WinCC console, a Rockwell FactoryTalk View ME panel, or an Ignition Perspective screen on a tablet.

The standard does not define every pixel of every symbol — it defines the system of constraints a designer should work within. That is where ISA-5.1 (instrumentation symbols) and a curated symbol library come in, complementing ISA-101 with concrete, drawable shapes.

2. The HMI lifecycle

One of the quiet wins of ISA-101 is forcing teams to think of the HMI as a product with a lifecycle, not a one-shot deliverable scribbled into the engineering schedule. The standard defines five phases:

  1. Standards & Style guide — the project freezes a palette, fonts, symbol library, alarm priorities, and naming convention before a single screen is drawn.
  2. Design — display hierarchy is laid out (overview → unit → detail → diagnostic), task analysis identifies what the operator needs to see, and console layout is documented.
  3. Implementation — screens are built using the style guide and library; SAT/FAT validates them.
  4. Operation — the HMI is in production. Operator feedback is captured.
  5. Maintenance & MoC — changes go through Management of Change with documented review.

3. Situation awareness — the core idea

Endsley's three-level model of situation awareness is the spine of ISA-101: an operator is effective only if they can perceive what is happening, comprehend what it means, and project what will happen next. Every design decision in the standard maps back to one of those three levels.

If two screens have the same information density and one helps the operator project the future state of the plant while the other does not, the second screen is failing — even if it looks prettier.

Practically, this means designing for trends and rates of change as much as for instantaneous values, and making it visually obvious which loops are about to alarm — not just which ones already have.

4. Color: the most-violated rule

ISA-101's color philosophy is the part teams break first. The rule, stripped to its essence:

The canonical HMI Library palette (Inter font, JetBrains Mono for tags):

HMI bg #C8C8C8
P1 critical #D32F2F
P2 high #F57C00
P3 medium #FBC02D
P4 low #1976D2
Running #2E7D32
Stopped #9E9E9E
Disabled #616161

5. Alarm priorities

ISA-101 defers alarm management proper to ISA-18.2, but it inherits the same priority scheme that the alarm rationalization process produces:

PriorityColorOperator response timeTypical use
P1RedImmediate (<1 min)Safety, environmental, large equipment damage
P2OrangeWithin minutesProduction loss, secondary equipment risk
P3YellowWithin tens of minutesOff-spec product, efficiency loss
P4BlueEnd of shiftDiagnostic, predictive maintenance

Suppressed and shelved alarms get their own neutral icon — they are not absent, just deliberately hidden.

6. Display hierarchy

ISA-101 prescribes four levels of display, and good HMIs make the level you are on instantly obvious:

  1. Level 1 — Overview: the whole site or process area on one screen. KPIs, alarm counts, abnormal-condition indicators. Designed for the supervisor or shift lead glancing at it from across the room.
  2. Level 2 — Unit/Area: one process unit or area. The screen the panel operator works from for routine monitoring.
  3. Level 3 — Detail: a specific equipment item (a reactor, a compressor train, a pump skid) with all its loops, interlocks, and operational controls. This is where the operator does things.
  4. Level 4 — Diagnostic/maintenance: deep instrument diagnostics, valve travel, maintenance metadata. Often hidden from the panel operator role.

7. Typography

Sans-serif, 14 px or larger for primary readouts, monospaced font for tag IDs and numbers (so columns of numeric values align). HMI Library standardizes on Inter and JetBrains Mono — both available free on Google Fonts and shipped with our offline pack.

8. Common pitfalls

9. How HMI Library helps you comply

The 300+ symbols in the interactive catalog are drawn against the canonical ISA-101 palette and the 9-state convention for motorized elements (see our 9-state guide). Every shape exports as PNG (256×128 / 512×256 transparent) ready for Weintek EasyBuilder Pro, and as SVG ready for WinCC Unified, FactoryTalk, Ignition, Citect, and Wonderware.

The design tab lets you tweak palette and font live and see how every symbol re-renders — useful when your client demands a slightly off-white background or wants tags hidden because their HMI handles tagging through text objects.

Try the catalog free. 12 ISA-101 symbols, no credit card. See exactly what your screens will look like before you ship.

Open the catalog →

10. References