HMI / touchscreen blank or frozen
The operator HMI/touchscreen is blank, frozen, or unresponsive — operators can't see status or control the machine, even though the PLC may still be running.
Safety first
A dead HMI doesn't mean the machine is stopped — the PLC may still be controlling I/O. Don't assume it's safe because the screen is blank.
Isolate, lock out / tag out, and prove dead before working unless a live test is specifically required, authorised, and carried out under proper supervision. Always follow local regulations, your site procedures, and the equipment manufacturer's documentation.
Full detail — causes, the why, and common mistakes.
Likely causes
Ranked from most to least likely.
- 1
HMI power lost
Most likelyThe HMI's supply (or its fuse) has been lost, so the screen is dead.
- 2
Comms lost to the PLC
#2The HMI is powered but can't talk to the PLC, so it shows blank/comms-error or frozen data.
- 3
HMI frozen / needs restart
#3The HMI application has hung and needs a controlled restart.
- 4
Backlight / display failure
#4The display backlight or screen has failed while the unit still runs.
- 5
Failed HMI unit
Least likelyThe HMI hardware has failed.
Reports are saved on this device to reflect what you actually find.
Testing sequence
Work through one test at a time. Expected reading and what each result means.
Confirm the HMI has power (supply and any fuse) and look for any backlight/standby indication.
HMI powered with some indication of life.
Powered — check comms to the PLC and whether it's frozen.
No power — restore the supply/fuse.
View all expected readings at once
Fault-finding flowchart
The same logic as a decision tree.
- 1start
HMI blank/frozen
→ step 2 - 2decision
Does the HMI have power / any sign of life?
Yes→ step 3No→ step 4 - 3decision
Is comms to the PLC healthy?
Yes→ step 5No→ step 6 - 4result
No power — restore supply/fuse.
- 5decision
Does a controlled restart restore the display?
Yes→ step 7No→ step 8 - 6result
Comms lost — see PLC/HMI comms fault-finding.
- 7result
It was a hang — monitor for recurrence.
- 8result
Display/hardware failure — replace and restore the project.
Common mistakes apprentices make
- Assuming the machine is safe because the HMI is blank.
- Power-cycling carelessly instead of a controlled restart.
- Not checking the comms link to the PLC.
- Missing a backlight-only failure (unit alive, screen dark).
When to stop & escalate
A failed HMI unit is a replacement (restore the project/backup per procedure). Recurring hangs or comms losses should be investigated with the controls team.
If you're past your competence, authorisation, or the safe limits of the job — stop and hand it on. There's no fault worth getting hurt over.
Related faults
PLC communication fault (network / remote I/O)
The PLC has lost communication with a device, remote I/O, HMI, or network — comms-fault indication, missing data, or remote I/O dropping out.
No control voltage in the panel
Nothing in the control circuit will operate — contactors won't pull in, indicators are dead, the PLC may be off. The control voltage that should be there simply isn't.
PLC in fault / stop mode (not running the program)
The PLC has stopped running its program — a fault LED is on or it's in STOP/PROG mode — so no I/O is being controlled and the machine is dead in a defined way.
Learn the theory
How the gear and circuits behind this fault actually work.