Disable status leds on a Raspberry Pi

Created at 2024-02-25 19:51
Last edited at 2025-09-14 20:35

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