Disable status leds on a Raspberry Pi

Created at 2024-02-25 19:51
Last edited at 2025-08-05 21:19

Switch to the root user

sudo su

Disable the power led

echo 0 > /sys/class/leds/PWR/brightness

Disable the activity led

echo 0 > /sys/class/leds/ACT/brightness