AZIC Education
TroubleshootingError Codes

Whatsminer Error Codes — Complete Reference Guide

Comprehensive reference for all Whatsminer fault codes including hardware faults (1xx), temperature faults (2xx), power faults (3xx), and network faults (4xx). Includes causes, fixes, and diagnostic procedures for M30S, M50, M56S, M60 series.

Overview

Whatsminer ASIC miners use a numeric fault code system to report errors. Unlike Antminer's text-based error messages, Whatsminer codes follow a structured numbering scheme where the first digit indicates the error category:

  • 1xx — Hardware faults (hashboard, chips, EEPROM)
  • 2xx — Temperature faults (overheating, sensor failures)
  • 3xx — Power faults (PSU, voltage, current)
  • 4xx — Network and communication faults
  • 5xx — Firmware and system faults
  • 6xx — Security and configuration faults

This guide covers every documented Whatsminer fault code with causes, diagnostics, and fixes. It applies to all Whatsminer models including M30S series, M50 series, M56S, and M60 series.

How to Access Error Codes

The WhatsMiner Tool (Windows application) is the primary diagnostic interface:

  1. Download WhatsMiner Tool from the official MicroBT website
  2. Open the application and scan your network for miners
  3. Select the miner showing errors
  4. Click "Log" to view error history
  5. The fault code appears in the "Status" column

The WhatsMiner Tool also allows batch management and firmware updates across multiple miners.

  1. Navigate to the miner's IP address in a web browser
  2. Log in (default credentials vary by firmware version — commonly admin / admin)
  3. Navigate to "Status" or "Hash Board Status"
  4. Active fault codes appear in the status display
  5. Check "Log" page for historical errors
# Connect via SSH
ssh root@<miner-ip>

# View the main miner log
cat /tmp/btminerlog

# Filter for fault codes
grep -i "fault\|error\|code" /tmp/btminerlog

# View real-time log
tail -f /tmp/btminerlog

# Check system log
cat /var/log/messages | tail -100

# Check hashboard status
cat /tmp/hashboard_status 2>/dev/null

LED Status Indicators

Whatsminer miners use LED patterns to indicate operational status:

LED StateMeaningAction
Solid GreenNormal operation, mining activelyNo action needed
Blinking GreenBooting or initializingWait 5–8 minutes
Solid RedCritical fault — mining stoppedRead fault code from web UI or WhatsMiner Tool
Blinking RedWarning-level faultCheck status; miner may still be mining at reduced capacity
No LEDNo power to control boardCheck PSU, power cable, inlet fuse
Alternating Red/GreenFirmware flashing in progressDo NOT power off
Rapid Blink (any color)Network/IP error or boot failureCheck network; may need firmware recovery

Hardware Faults (1xx)

Fault Code 110 — Hashboard Error

Code110
SeverityCritical
MeaningA hashboard has a general hardware fault and cannot operate
Common CausesBoard not detected, power delivery failure on the board, major component failure
DiagnosticsCheck which board slot reports the error. Reseat connectors. Swap the board to a different slot to isolate board vs. slot.
FixIf the error follows the board, inspect for burnt components, check for shorts on the power input, and verify EEPROM readability. If the error stays on the slot, check the control board port and cable.
Related GuideHashboard Not Detected

Fault Code 111 — Chip Error

Code111
SeverityHigh
MeaningOne or more ASIC chips on a hashboard failed their self-test or are not responding
Common CausesFailed ASIC chip, broken signal trace, voltage domain failure affecting a group of chips
DiagnosticsCheck the hashboard status page for chip count — compare to expected count for your model. Identify which chips are missing.
FixIf a small number of chips are missing (1–5), the board may continue mining at reduced hashrate. For repair, locate the failed chip position and replace it.
Related GuideMissing Chips Troubleshooting

Fault Code 112 — Chip Response Timeout

Code112
SeverityHigh
MeaningChips are detected but not responding to work assignments within the expected time
Common CausesChip frequency set too high (unstable), voltage too low for frequency, degraded chip, signal integrity issue
DiagnosticsCheck if the error is consistent or intermittent. Check chip temperature — overheating can cause response delays.
FixReduce operating frequency. If on custom settings, revert to factory defaults. If persistent at stock frequency, the chip may need replacement.

Fault Code 113 — Hashrate Abnormal

Code113
SeverityWarning
MeaningA hashboard is producing significantly less hashrate than expected
Common CausesMissing chips, thermal throttling, frequency not reaching target, voltage domain underperforming
DiagnosticsCompare per-board hashrate. Check chip count, temperatures, and frequency settings.
FixAddress the root cause — see Low Hashrate Troubleshooting.

Fault Code 114 — Hash Test Failure

Code114
SeverityHigh
MeaningOne or more chips failed the hardware hash verification test during startup
Common CausesDamaged chip producing incorrect hash results, voltage instability during test
DiagnosticsNote which board and which chip position failed. Check voltage domain for that chip group.
FixIf voltage is correct, the chip is producing wrong results and needs replacement.

Fault Code 120 — Communication Error

Code120
SeverityHigh
MeaningThe control board cannot establish stable communication with a hashboard
Common CausesLoose data connector, damaged communication cable, control board port failure, signal integrity issue
DiagnosticsReseat connectors. Swap boards between slots. Try a new cable.
FixIf the error follows the cable, replace it. If it follows the board, check the signal path from the connector to the first chip. If it stays on the slot, the control board port is faulty.

Fault Code 130 — EEPROM Error

Code130
SeverityCritical
MeaningThe EEPROM on a hashboard cannot be read or contains invalid data
Common CausesEEPROM chip failure, I2C bus fault, data corruption, connector issue affecting I2C lines
DiagnosticsTry reseating the connector (I2C lines pass through it). Check if the EEPROM can be read with an external I2C tool.
FixReplace and reprogram the EEPROM if the chip has failed. If the data is corrupt but the chip is functional, reprogram with correct data.
Related GuideEEPROM Chips

Fault Code 131 — EEPROM Data Mismatch

Code131
SeverityHigh
MeaningEEPROM data does not match the expected format or model identifier
Common CausesBoard was in a different miner model, EEPROM partially overwritten, wrong firmware for board revision
DiagnosticsRead the EEPROM contents and compare to a known-good dump for your model.
FixReprogram EEPROM with correct model data. Ensure firmware matches the hardware revision.

Fault Code 140 — Management Chip Error

Code140
SeverityCritical
MeaningThe hashboard management/security chip is not responding
Common CausesManagement chip failure, I2C bus fault, power issue on the management chip rail
DiagnosticsCheck for voltage on the management chip power pins. Verify I2C bus continuity.
FixReplace the management chip if confirmed failed. Requires model-specific replacement component.

Fault Code 150 — Frequency Setting Error

Code150
SeverityWarning
MeaningThe target operating frequency could not be set on one or more chips
Common CausesFrequency exceeds chip capability at current voltage, PLL lock failure, chip degradation
DiagnosticsCheck if the error occurs on specific chips or all chips. Review frequency and voltage settings.
FixReduce frequency to stock value. If stock frequency fails, the chip's PLL may be damaged.

Temperature Faults (2xx)

Fault Code 200 — Temperature Too High

Code200
SeverityCritical (causes shutdown)
MeaningChip or board temperature has exceeded the maximum safe threshold
Common CausesInsufficient cooling, dust-clogged heatsinks, failed fans, degraded thermal paste, high ambient temperature, overclocking
DiagnosticsCheck temperatures immediately after restart before they climb again. Check fan operation, heatsink cleanliness, and ambient conditions.
FixAddress cooling issue — clean heatsinks, replace failed fans, reapply thermal paste, improve ventilation.
Related GuideHigh Temperature Troubleshooting

Fault Code 201 — Temperature Sensor Error

Code201
SeverityHigh
MeaningA temperature sensor returned an invalid reading or did not respond
Common CausesFailed sensor IC, broken I2C trace to sensor, sensor desoldered, connector issue
DiagnosticsCheck which board reports the error. If other sensors on the same board read normally, the specific sensor IC has failed.
FixReplace the failed temperature sensor IC. Common sensor types: LM75, TMP451, NCT218.

Fault Code 202 — Temperature Differential Too Large

Code202
SeverityWarning
MeaningThe temperature difference between the inlet and outlet (or between boards) exceeds the expected range
Common CausesUneven airflow, one board's heatsinks are more clogged than others, fan partial failure, uneven thermal paste application
DiagnosticsCompare temperatures across all boards and sensors. Identify which area is abnormally hot or cold.
FixClean heatsinks on the hotter board. Ensure fans are all running at similar speeds. Check for airflow obstructions on one side of the miner.

Fault Code 210 — Environment Temperature Too High

Code210
SeverityWarning
MeaningThe inlet (ambient) temperature sensor reads above the recommended operating range (typically 40°C+)
Common CausesHot environment, recirculating exhaust air, nearby heat source
DiagnosticsMeasure ambient temperature with an independent thermometer. Check for hot air recirculation.
FixImprove facility ventilation. Add intake cooling if operating in a hot climate. Separate miners to prevent exhaust recirculation.

Fault Code 211 — Environment Temperature Too Low

Code211
SeverityWarning
MeaningThe inlet temperature is below the minimum operating threshold (typically below 0°C or 5°C)
Common CausesCold weather operation without preheating, outdoor installation in winter
DiagnosticsVerify ambient temperature. Cold air can cause condensation inside the miner which leads to short circuits.
FixPreheat the environment or use intake air heating. Never start a miner that has been below freezing without allowing it to reach room temperature first (condensation risk).

Fault Code 220 — Thermal Runaway Detected

Code220
SeverityCritical (immediate shutdown)
MeaningTemperature is rising uncontrollably despite throttling — a dangerous condition
Common CausesComplete fan failure while under load, heatsink detached from chips, catastrophic thermal paste failure
DiagnosticsAfter shutdown, inspect all fans and heatsink attachments before restarting.
FixResolve the cooling failure completely before powering on again. This code indicates a near-dangerous thermal event.

Fault code 220 is serious. If you see this code, do not restart the miner until you have identified and fixed the cooling failure. Thermal runaway can damage chips permanently and, in extreme cases, pose a fire risk.

Fault Code 231 — Fan Error

Code231
SeverityHigh
MeaningA fan is not reaching expected RPM or is not detected
Common CausesFan motor failure, loose fan connector, blocked fan, bearing worn out
DiagnosticsVisually verify all fans are spinning. Check fan connectors. Try swapping fans between positions.
FixReplace the failed fan. Use OEM or compatible replacements with matching RPM, CFM, and connector specifications.
Related GuideFan Error Troubleshooting

Fault Code 232 — Fan Speed Abnormal

Code232
SeverityWarning
MeaningA fan is running but at an unexpected speed (too slow or reporting unrealistic RPM)
Common CausesAging fan motor losing speed, incorrect replacement fan model, tachometer signal noise
DiagnosticsCompare RPM readings across all fans. A fan reading significantly different from others is suspect.
FixReplace the fan if RPM is consistently low. Check the fan connector for secure contact if RPM reading is erratic.

Power Faults (3xx)

Fault Code 301 — Power Supply Error

Code301
SeverityCritical
MeaningThe PSU has reported a fault or the miner detected a power delivery anomaly
Common CausesPSU overcurrent protection tripped, PSU overtemperature, PSU internal failure, input voltage out of range
DiagnosticsMeasure PSU output voltage. Check PSU input voltage. Listen for clicking (OCP tripping). Check PSU temperature.
FixTest with a known-good PSU. If the error persists with a good PSU, a hashboard may be causing overcurrent. Test with boards removed one at a time.
Related GuidePower Issues Troubleshooting

Fault Code 302 — Voltage Out of Range

Code302
SeverityHigh
MeaningA voltage domain on a hashboard is reading outside the acceptable range
Common CausesFailed voltage regulator, shorted ASIC chip, damaged power trace, PSU voltage droop
DiagnosticsIdentify which board reports the error. Measure voltage domains with a multimeter.
FixSee Abnormal Chip Voltage for detailed diagnostic and repair procedures.

Fault Code 303 — Voltage Regulator Failure

Code303
SeverityCritical
MeaningA voltage regulator on the hashboard has failed — specific to the regulator circuit rather than a general voltage reading
Common CausesRegulator IC failure, input/output capacitor failure, inductor fault, thermal damage
DiagnosticsLocate the failed regulator — check for physical damage, measure input and output voltages.
FixReplace the voltage regulator IC and verify all surrounding passive components (capacitors, inductor, feedback resistors).

Fault Code 310 — Overcurrent Detected

Code310
SeverityCritical
MeaningCurrent draw exceeds the safe maximum — may indicate a short circuit
Common CausesShorted ASIC chip, shorted capacitor, damaged power trace causing arc, PSU delivering excessive voltage
DiagnosticsRemove hashboards one at a time to identify which board is drawing excessive current. Measure resistance across board power input.
FixFind and repair the short circuit on the offending board.

Fault Code 320 — Power Efficiency Abnormal

Code320
SeverityWarning
MeaningThe calculated J/TH (joules per terahash) is outside the expected range
Common CausesPSU efficiency degradation, voltage regulator inefficiency, chips running at non-optimal voltage/frequency point
DiagnosticsCompare reported power consumption to actual wall power. Check PSU efficiency at current load level.
FixUsually informational. If PSU is old, consider replacement. Verify voltage settings are at optimal levels.

Fault Code 350 — Power Delivery Fault

Code350
SeverityCritical
MeaningGeneral power delivery failure — the hashboard cannot establish proper power delivery
Common CausesPower connector issue, blown input fuse or trace, bulk capacitor failure, multiple voltage domains failed
DiagnosticsCheck power connector. Measure input voltage at the board. Check for burnt components near the power input.
FixInspect and repair the power delivery path from the connector through the input filtering to the voltage regulators.

Fault Code 351 — Input Voltage Low

Code351
SeverityHigh
MeaningThe input voltage to the hashboard (from the PSU) is below the minimum threshold
Common CausesPSU droop under load, long or thin power cables, corroded connector, PSU capacitor degradation
DiagnosticsMeasure PSU output voltage at the connector under full load.
FixReplace PSU if output is low. Replace power cables if they are long or thin gauge. Clean connectors.

Fault Code 352 — Input Voltage High

Code352
SeverityHigh
MeaningInput voltage exceeds the maximum rating for the hashboard
Common CausesPSU overvoltage, wrong PSU model for the miner, PSU voltage regulation failure
DiagnosticsMeasure PSU output voltage immediately.
FixShut down immediately if voltage is significantly above spec. Replace the PSU.

Network / Communication Faults (4xx)

Fault Code 400 — Network Error

Code400
SeverityWarning
MeaningGeneral network connectivity error
Common CausesEthernet cable disconnected or damaged, switch/router port failure, DHCP failure
DiagnosticsCheck Ethernet cable and link LED on the miner. Ping the miner from another device. Check DHCP lease.
FixReplace Ethernet cable. Verify switch/router port. Assign static IP if DHCP is unreliable.
Related GuideNetwork Problems Troubleshooting

Fault Code 401 — Pool Connection Failed

Code401
SeverityWarning
MeaningThe miner cannot connect to any configured mining pool
Common CausesIncorrect pool URL or port, pool server down, DNS failure, firewall blocking, ISP blocking mining traffic
DiagnosticsVerify pool URL and port are correct. Try a different pool. Test DNS resolution: nslookup <pool-hostname> from the miner.
FixCorrect pool settings. Try using the pool's IP address instead of hostname. Ensure firewall allows outbound connections on the stratum port (typically 3333, 25, or 443).

Fault Code 402 — DNS Resolution Failure

Code402
SeverityWarning
MeaningThe miner cannot resolve DNS hostnames
Common CausesDNS server unreachable, incorrect DNS configuration, ISP DNS issues
DiagnosticsCheck DNS settings on the miner. Try pinging a known IP address (8.8.8.8) to verify basic connectivity vs. DNS-specific failure.
FixConfigure public DNS servers (8.8.8.8, 1.1.1.1). Or use pool IP addresses directly.

Fault Code 410 — Stratum Protocol Error

Code410
SeverityWarning
MeaningThe miner connected to the pool but received an unexpected response — protocol mismatch
Common CausesWrong port (connecting Stratum V1 to V2 port or vice versa), pool proxy misconfigured, incorrect authentication
DiagnosticsVerify the stratum port matches the protocol version your miner supports. Check worker name and password format.
FixUse the correct port for your stratum version. Verify worker name format matches pool requirements.

Fault Code 420 — Network Latency High

Code420
SeverityWarning
MeaningLatency to the mining pool exceeds the acceptable threshold, causing stale shares
Common CausesGeographically distant pool server, congested network, bad routing, ISP throttling
DiagnosticsPing the pool server from the miner to measure latency. Compare with connecting to a pool server in a closer region.
FixUse a pool server in a closer geographic region. If latency is high to all destinations, check local network infrastructure.

Fault Code 430 — API Access Error

Code430
SeverityLow
MeaningThe management API received an invalid request or authentication failure
Common CausesIncorrect API credentials, WhatsMiner Tool version mismatch, unauthorized access attempt
DiagnosticsVerify API credentials. Update WhatsMiner Tool to the latest version.
FixUpdate management tools. Reset API password if needed.

Firmware / System Faults (5xx)

Fault Code 500 — Firmware Error

Code500
SeverityCritical
MeaningGeneral firmware error — the mining software has encountered a fatal condition
Common CausesFirmware corruption, incompatible firmware version, flash storage failure
DiagnosticsCheck if the error appeared after a firmware update. Try reflashing firmware.
FixReflash with a known-good firmware version for your exact model. Use USB recovery if the web UI is inaccessible.

Fault Code 501 — Watchdog Reset

Code501
SeverityHigh
MeaningThe system watchdog timer triggered a reset because the firmware became unresponsive
Common CausesFirmware bug, memory leak, hardware issue causing software hang
DiagnosticsCheck how frequently the watchdog triggers. If consistent timing, likely a firmware bug. If random, may be hardware.
FixTry a different firmware version. If persistent across versions, suspect hardware.
Related GuideFrequent Restarts

Fault Code 510 — Storage Error

Code510
SeverityHigh
MeaningThe control board's flash storage has errors
Common CausesFlash wear-out, power loss during write, manufacturing defect
DiagnosticsCheck system log for NAND or flash errors. Reflash firmware to remap bad blocks.
FixReflash firmware. If errors persist, the flash chip may need physical replacement.

Fault Code 520 — Configuration Error

Code520
SeverityWarning
MeaningMiner configuration is invalid or corrupt
Common CausesPower loss during config save, storage error, manual config file edit with syntax error
DiagnosticsTry factory reset to regenerate default configuration.
FixFactory reset and reconfigure pool URLs, worker name, and network settings.

Security / Configuration Faults (6xx)

Fault Code 600 — Authentication Error

Code600
SeverityWarning
MeaningLogin authentication failed — incorrect password or locked account
Common CausesForgotten password, brute-force lockout, firmware changed default credentials
DiagnosticsTry default credentials. Check if the account is locked due to too many failed attempts.
FixFactory reset to restore default credentials. Change password immediately after reset for security.

Fault Code 610 — Security Violation

Code610
SeverityHigh
MeaningThe miner detected a potential security issue — unauthorized firmware modification or configuration change
Common CausesModified firmware, unauthorized API access, tampered configuration
DiagnosticsReview access logs. Verify firmware integrity.
FixReflash official firmware. Change all passwords. Review network security (is the miner accessible from the internet?).

Fault Code Quick Reference Table

CodeNameSeverityCategoryFirst Action
110Hashboard ErrorCriticalHardwareReseat connector, swap slots
111Chip ErrorHighHardwareCheck chip count
112Chip Response TimeoutHighHardwareReduce frequency
113Hashrate AbnormalWarningHardwareCheck chip count, temps
114Hash Test FailureHighHardwareCheck voltage domain
120Communication ErrorHighHardwareReseat connector, try new cable
130EEPROM ErrorCriticalHardwareReseat connector, reprogram
131EEPROM Data MismatchHighHardwareReprogram EEPROM
140Management Chip ErrorCriticalHardwareCheck I2C bus, replace chip
150Frequency Setting ErrorWarningHardwareUse stock frequency
200Temperature Too HighCriticalTemperatureClean, check fans
201Temperature Sensor ErrorHighTemperatureReplace sensor IC
202Temp Differential HighWarningTemperatureClean heatsinks
210Environment Temp HighWarningTemperatureImprove ventilation
211Environment Temp LowWarningTemperaturePreheat environment
220Thermal RunawayCriticalTemperatureFix cooling, do NOT restart
231Fan ErrorHighTemperatureReplace fan
232Fan Speed AbnormalWarningTemperatureCheck fan, reseat connector
301Power Supply ErrorCriticalPowerTest PSU output
302Voltage Out of RangeHighPowerMeasure domain voltages
303Voltage Regulator FailureCriticalPowerReplace regulator
310OvercurrentCriticalPowerFind short circuit
320Power Efficiency AbnormalWarningPowerCheck PSU age
350Power Delivery FaultCriticalPowerCheck connector, input path
351Input Voltage LowHighPowerCheck PSU under load
352Input Voltage HighHighPowerShut down, check PSU
400Network ErrorWarningNetworkCheck cable
401Pool Connection FailedWarningNetworkVerify pool URL
402DNS Resolution FailureWarningNetworkSet public DNS
410Stratum Protocol ErrorWarningNetworkCheck port/protocol
420Network Latency HighWarningNetworkUse closer pool server
430API Access ErrorLowNetworkUpdate tools
500Firmware ErrorCriticalSystemReflash firmware
501Watchdog ResetHighSystemTry different firmware
510Storage ErrorHighSystemReflash, may need chip
520Configuration ErrorWarningSystemFactory reset
600Authentication ErrorWarningSecurityFactory reset
610Security ViolationHighSecurityReflash official firmware

Multiple Fault Codes

Whatsminer may report multiple fault codes simultaneously. When this happens, address them in the following priority order:

Power faults first (3xx)

Power issues can cascade into other errors. A voltage problem can cause chip errors (111), temperature errors (200), and hashrate errors (113) all at once. Fix the power issue and the other codes may clear automatically.

Temperature faults second (2xx)

If power is OK, address temperature faults next. Overheating causes chip errors and hashrate reduction. Fix cooling before investigating chip-level issues.

Hardware faults third (1xx)

With power and temperature resolved, remaining hardware faults point to actual component failures that need repair.

Network and system faults last (4xx, 5xx)

Network and firmware issues do not damage hardware and can be addressed after hardware faults are resolved.

When to Seek Professional Help

  • Fault code 220 (Thermal Runaway): If you cannot identify the cooling failure, do not attempt to restart without professional inspection
  • Fault code 303 (Voltage Regulator Failure): Regulator replacement requires soldering skills and model-specific parts
  • Fault code 310 (Overcurrent) with no visible damage: The short may be internal to an ASIC chip, requiring thermal camera diagnostics
  • Multiple 1xx codes on the same board: Indicates a systemic board failure that may not be economically repairable
  • Fault code 510 persistent after reflash: The flash chip itself is failing and needs physical replacement
  • Any fault code after a lightning strike or power surge: Multiple components may be damaged in ways that are not immediately obvious

Frequently Asked Questions

How do I clear a fault code after fixing the issue?

Most fault codes clear automatically after a successful restart. If a code persists after the underlying issue is fixed, try a full power cycle (disconnect PSU from mains for 30 seconds) followed by restart. Some codes require a factory reset to clear the fault log.

Are Whatsminer fault codes the same across all models?

The numbering scheme is consistent across models (1xx = hardware, 2xx = temperature, etc.), but some codes are model-specific. Newer models (M50/M60 series) may report additional codes not present on older models (M30S). The codes in this guide cover all currently documented fault codes.

Can I mine with a warning-level fault code active?

Warning-level codes (113, 202, 210, 232, 320, 420) typically do not prevent mining but indicate a condition that will degrade performance or lead to a critical failure if not addressed. You can continue mining while planning maintenance, but do not ignore warnings indefinitely.

Where can I find the most recent fault codes for new Whatsminer models?

MicroBT publishes fault code documentation with each new model release. Check the MicroBT support portal, the documentation included with WhatsMiner Tool updates, and the user manual that ships with your miner.

My miner shows a fault code not listed here. What should I do?

Some firmware versions introduce new codes. Check the firmware release notes for your specific version. Contact MicroBT support with the exact fault code, model number, and firmware version for identification. You can also check community forums (BitcoinTalk, Reddit) where other operators may have encountered the same code.

On this page

OverviewHow to Access Error CodesLED Status IndicatorsHardware Faults (1xx)Fault Code 110 — Hashboard ErrorFault Code 111 — Chip ErrorFault Code 112 — Chip Response TimeoutFault Code 113 — Hashrate AbnormalFault Code 114 — Hash Test FailureFault Code 120 — Communication ErrorFault Code 130 — EEPROM ErrorFault Code 131 — EEPROM Data MismatchFault Code 140 — Management Chip ErrorFault Code 150 — Frequency Setting ErrorTemperature Faults (2xx)Fault Code 200 — Temperature Too HighFault Code 201 — Temperature Sensor ErrorFault Code 202 — Temperature Differential Too LargeFault Code 210 — Environment Temperature Too HighFault Code 211 — Environment Temperature Too LowFault Code 220 — Thermal Runaway DetectedFault Code 231 — Fan ErrorFault Code 232 — Fan Speed AbnormalPower Faults (3xx)Fault Code 301 — Power Supply ErrorFault Code 302 — Voltage Out of RangeFault Code 303 — Voltage Regulator FailureFault Code 310 — Overcurrent DetectedFault Code 320 — Power Efficiency AbnormalFault Code 350 — Power Delivery FaultFault Code 351 — Input Voltage LowFault Code 352 — Input Voltage HighNetwork / Communication Faults (4xx)Fault Code 400 — Network ErrorFault Code 401 — Pool Connection FailedFault Code 402 — DNS Resolution FailureFault Code 410 — Stratum Protocol ErrorFault Code 420 — Network Latency HighFault Code 430 — API Access ErrorFirmware / System Faults (5xx)Fault Code 500 — Firmware ErrorFault Code 501 — Watchdog ResetFault Code 510 — Storage ErrorFault Code 520 — Configuration ErrorSecurity / Configuration Faults (6xx)Fault Code 600 — Authentication ErrorFault Code 610 — Security ViolationFault Code Quick Reference TableMultiple Fault CodesPower faults first (3xx)Temperature faults second (2xx)Hardware faults third (1xx)Network and system faults last (4xx, 5xx)When to Seek Professional HelpFrequently Asked QuestionsHow do I clear a fault code after fixing the issue?Are Whatsminer fault codes the same across all models?Can I mine with a warning-level fault code active?Where can I find the most recent fault codes for new Whatsminer models?My miner shows a fault code not listed here. What should I do?Related Guides