Symptoms & Diagnosis
Many users upgrading to Android 15 have reported a frustrating bug: the screen goes completely black as soon as the device is plugged into a charger. While the phone appears “dead,” it often remains functional in the background.
To diagnose this, check if the phone still vibrates when you toggle the alert slider or if it makes a sound when receiving a notification. If the haptics work but the display remains dark, you are likely dealing with a System UI glitch or a Screen Saver configuration error specific to the new OS version.
Common symptoms include an unresponsive power button during charging, the “Always On Display” failing to trigger, or a backlight that stays off despite the device being powered on. This is often linked to the new power management protocols introduced in Android 15.

Troubleshooting Guide
If your device is stuck on a black screen while charging, the first step is to perform a hardware-level force restart. This cuts power to the temporary memory and clears any hung processes.
| Device Brand | Button Combination |
|---|---|
| Google Pixel | Press and hold Power + Volume Up for 15 seconds. |
| Samsung Galaxy | Press and hold Power + Volume Down for 10 seconds. |
| OnePlus / Others | Long press Power button for 20 seconds. |
Check the Android 15 Screen Saver Settings
Android 15 has updated how “Dream” (Screen Saver) mode works. If this feature is misconfigured, it may launch a “Black” screen saver instead of a clock or photos. Go to Settings > Display > Screen saver and ensure it is either turned off or set to a functional visual.
Resetting System UI via ADB
If the screen remains black due to a software freeze, you can attempt to restart the system interface using a computer. This method is safe and does not delete your data.
adb shell settings put secure screensaver_enabled 0
adb reboot
Disable Adaptive Battery Features
Some users have found that the aggressive battery-saving features in Android 15 interfere with the display driver during charging cycles. Try disabling “Adaptive Battery” in the Battery settings menu to see if the display stability improves.
Prevention
To prevent the Android 15 black screen issue from recurring, always use original charging bricks and cables. Third-party accessories with inconsistent voltage can trigger the phone’s safety sensors, causing the display to shut down.
Keep your system apps updated, particularly the “Android System WebView” and “Google Play Services.” Google frequently pushes “Apex” updates that patch display driver bugs without requiring a full system OTA update.
Finally, avoid using beta versions of display-altering apps like custom launchers or third-party Always-On-Display tools until they are fully optimized for the Android 15 framework.