power-cycle
To turn a device off and then back on again, usually to restore proper function by forcing a malfunctioning or unresponsive device to reset or reinitialize, or as a step in troubleshooting the device.
power-cycle: the reset that fixes what software cannot
A power-cycle is a complete shutdown and restart of an electrical device, where you cut all power supply to the unit and then restore it. In industrial settings, this means switching off at the mains or disconnecting the power source entirely, waiting for capacitors to discharge, then turning the device back on. The pause matters: circuits need time to lose all stored energy before restarting from a clean state.
The technique works because it forces the device's firmware and control electronics to re-execute their initialization routines from scratch. Unlike a software reset accessed through a menu or button, a power-cycle bypasses any corrupted boot sequence or stuck processes in memory. Industrial controllers, PLCs, variable frequency drives, and networked instruments often respond to power-cycling when they become unresponsive or locked in an error state. The device's internal clock and volatile memory are cleared, and watchdog timers force a reboot.
When and why it actually works
Firmware bugs, RAM corruption, and communication timeouts frequently jam up industrial equipment without causing hardware failure. A power-cycle clears temporary faults but leaves permanent damage untouched; if the unit fails again within minutes, the fault is likely hardware-based. The technique is therefore both a legitimate first troubleshooting step and a diagnostic tool. In networked systems, power-cycling also flushes stale connection states and forces renegotiation of network protocols.
The term emerged because practitioners needed language for something distinct from a reset button, which usually only resets software. A true reset often preserves power to the CPU and memory, allowing the device to retain some state. Power-cycling is total electrical amnesia. In modern usage, the term has expanded beyond industrial equipment to consumer electronics, making it the most common first-line response to any device malfunction in any domain.
Safety matters when power-cycling industrial machinery. On large motors or capacitive circuits, residual charge can persist for seconds after shutdown. Mechanical interlocks may not re-engage until power is fully restored and control circuits boot. Operators must verify that no moving parts are energized and no process is mid-cycle before disconnecting power. Some systems require a minimum pause between shutdown and restart, typically five to ten seconds, to prevent inrush current damage to power supplies and contactors.