Fixing a Solid Red LED on Raspberry Pi
When a Raspberry Pi boots, a solid red LED typically indicates that the board is receiving power, but if it refuses to boot further and the green ACT LED remains unlit, it signals a critical hardware or software issue. This article provides a quick overview of what the solid red light means, explains how to interpret it alongside the green status LED, and delivers a step-by-step troubleshooting guide to help you resolve common boot failures like corrupted SD cards, insufficient power supplies, or improper cable connections.
The Meaning of the Red LED
On almost all Raspberry Pi models, the red LED serves as the PWR (Power) indicator. Under normal operating conditions, a steady, solid red light is actually a good sign—it means the Pi is successfully receiving stable power of at least 4.65V (for older models) or the required threshold for newer boards like the Raspberry Pi 4 and 5.
However, the red LED only tells half the story. To understand why your Pi is stuck and not booting, you must look at the red LED in combination with the green ACT (Activity) LED:
- Red LED is Solid, Green LED is Dead: This is the most common failure state. The Pi has power, but the processor cannot read the boot code from the SD card or EEPROM.
- Red LED Flashes or Turns Off: This indicates a power drop. Your power supply is failing to provide enough voltage or current to the board.
Common Causes and Solutions
If your Raspberry Pi is sitting with a solid red light and showing no signs of life on the screen, work through these common culprits to fix the issue.
1. Corrupted or Improperly Flashed SD Card
The Raspberry Pi does not have a traditional BIOS. Instead, it relies entirely on the files in the boot partition of your microSD card to start up. If these files are missing or corrupted, the green light will not flash.
- The Fix: Remove the microSD card, insert it into your computer, and use the official Raspberry Pi Imager to re-flash the latest version of Raspberry Pi OS. Ensure the card is pushed firmly all the way into the Pi’s slot.
2. Inadequate Power Supply
While a solid red light means power is present, it does not guarantee the power is stable enough under load. If you are using a standard phone charger or a low-quality USB cable, the voltage can drop the moment the processor tries to initialize.
- The Fix: Always use the official Raspberry Pi power supply designed for your specific model (e.g., a 15W USB-C supply for the Pi 4, or a 27W supply for the Pi 5). Avoid powering the Pi from a computer’s USB port or unrated charging bricks.
3. Corrupted EEPROM (Raspberry Pi 4 and 5)
Newer Raspberry Pi models use an onboard SPI EEPROM chip to store bootloader code. If this firmware becomes corrupted due to an abrupt power outage, the Pi will refuse to boot even with a perfect SD card.
- The Fix: You can restore the bootloader using the Raspberry Pi Imager. Open the software, click “Choose OS”, navigate to “Misc utility images”, select “Raspberry Pi EEPROM Boot Recovery”, and flash it to a spare SD card. Insert it into the Pi and power it on until the green LED blinks rapidly, signaling a successful recovery.
4. Display and Cable Issues
Sometimes the Raspberry Pi actually boots fine, but it fails to detect the monitor, leading you to believe it is stuck. This is especially common with the micro-HDMI ports on the Pi 4 and Pi 5.
- The Fix: Ensure your monitor is turned on and set to the correct input before you plug in the Raspberry Pi. If you are using a Pi 4 or 5, ensure your primary monitor is plugged into the HDMI port closest to the power jack (labeled HDMI0).