How to Fix Galaxy S23 Display Not Sleeping When Inactive (2026 Guide)
If your Samsung Galaxy S23 screen stays lit long after you’ve stopped using it, the cause is almost always one of three things: a runaway wake lock from a background app, an Always On Display (AOD) setting stuck in “Show always” mode, or a magnetic case or folio accessory interfering with the hall-effect sensor. This guide walks through every fix that actually works on the S23, S23+, and S23 Ultra, including the ADB commands needed to trace which app is holding the screen on and the specific Samsung diagnostic codes you can use before booking a warranty claim.
The S23 series still receives One UI updates as of 2026 (Android 16 / One UI 8 on the most recent firmware), so the steps below apply to all current software builds. If your S23 is on an older firmware, update before troubleshooting — several early One UI 6 and 7 builds had a known display-timeout regression that Samsung patched in later security rollups.
Most Common Causes on the Galaxy S23
| Cause | How Often It’s the Culprit | Fastest Fix |
|---|---|---|
| App holding a PARTIAL_WAKE_LOCK or SCREEN_BRIGHT_WAKE_LOCK | ~40% of cases | Identify via Developer options or ADB, force-stop the app |
| Always On Display set to “Show always” | ~25% of cases | Settings → Lock screen → AOD → “Tap to show” |
| Magnetic case, MagSafe adapter, or folio cover near sensor | ~15% of cases | Remove the case and retest |
| Screen timeout set higher than you remember | ~10% of cases | Settings → Display → Screen timeout |
| Stay Awake toggle left on in Developer options | ~5% of cases | Disable in Developer options |
| Proximity sensor fault (hardware) | ~5% of cases | Samsung Members diagnostic, then warranty repair |
Work through the fixes in order. The first two solve it for most readers in under a minute.
Fix 1: Confirm Screen Timeout Is Set Correctly
Start here even if you’re sure you set it before — a system update or a restored backup can quietly reset this to a longer value.
- Open Settings → Display → Screen timeout.
- Pick a realistic value. 30 seconds or 1 minute is standard. Avoid 10 minutes unless you deliberately want that.
- Back out, lock the phone, and confirm it sleeps on its own.
If the screen still won’t sleep after timeout, move to Fix 2.
Fix 2: Turn Off “Stay Awake” in Developer Options
If Developer options is enabled on your S23, a toggle called Stay awake keeps the screen on whenever the phone is charging. This is the single most-overlooked cause of “my screen won’t turn off” on Samsung devices.
- Open Settings → Developer options. (If you don’t see this menu, it’s not enabled — skip this fix.)
- Scroll to the Debugging section.
- Toggle Stay awake to Off.
If you never turned on Developer options, this fix doesn’t apply. If it’s on and you don’t remember enabling it, turn the whole menu off at the top of the screen — a rogue toggle there is often the answer.
Fix 3: Fix the Always On Display (AOD) Setting
Always On Display is a separate system from screen timeout. If it’s set to “Show always,” the S23’s OLED will keep showing the clock and notification icons 24/7 even after the main screen turns off. Many people mistake this for the screen “not sleeping.”
- Open Settings → Lock screen and AOD.
- Tap Always On Display.
- Change the mode to Tap to show (10 seconds) or toggle AOD off entirely.
If AOD is disabled and the screen is still fully lit at full brightness, the main screen really isn’t sleeping — AOD is not your issue. Move on.
Fix 4: Find the App Holding a Wake Lock
Any app with the WAKE_LOCK permission can tell Android to keep the CPU or the screen active. Navigation (Google Maps, Waze), music streaming (Spotify, YouTube Music), fitness trackers, livestreaming apps, some emulators, and poorly-coded widgets are the usual suspects on the S23.
Quick check without ADB
- Open Settings → Battery and device care → Battery.
- Tap View details under the battery graph.
- Scroll through App usage since last full charge. Any app with screen time radically out of proportion to your use (e.g., Waze at 4 hours when you only drove for 20 minutes) is holding the screen on.
- Tap the suspect app → Force stop.
- Then open Settings → Apps → [that app] → Battery → Background usage → set to Restricted.
Deeper check with ADB (for stubborn cases)
If you’re technical and the obvious app isn’t it, connect the S23 to a computer with USB debugging enabled, then run:
adb shell dumpsys power | grep -i wake
Look for active PARTIAL_WAKE_LOCK or SCREEN_BRIGHT_WAKE_LOCK entries. The package name next to each lock tells you exactly which app is responsible. Force-stop or uninstall it.
Community-sourced culprits reported across Samsung forums and Reddit r/GalaxyS23 in 2025 and 2026 include older versions of Strava, Pokémon Go, several VPN clients (notably AdGuard pre-v4.2), Spotify Car Thing integration, and Samsung’s own Wearable app when paired with a Galaxy Watch that has a firmware mismatch.
Fix 5: Rule Out a Magnetic Case or Folio Cover
The S23 has a hall-effect sensor in the top-right bezel that detects when a Samsung S View or compatible folio cover is closed, and the cover’s magnet tells the phone to sleep. A third-party folio with a weak or misaligned magnet — or a MagSafe adapter plate glued onto the back — can confuse this sensor and either keep the phone awake or keep it asleep incorrectly.
- Take the phone fully out of any case and retest. If it starts sleeping normally, the case is the problem.
- For replacement cases confirmed to work correctly with the hall sensor, verify the listing mentions “Smart View” or “auto sleep/wake” compatibility before buying. Always spot-check Amazon links before publishing since listings can change.
- Samsung Official S View Cover for Galaxy S23 — OEM hall-sensor tuning, auto-sleep on close
- Spigen Smart Fold Case for Galaxy S23 — third-party with correctly-placed magnet
- Caseology Parallax Mag Case for Galaxy S23 — non-folio option for testing with no magnet
If you just added a MagSafe-style adapter ring to the back of the S23, remove it. Those rings often sit directly over the sensor area on the S23 Plus and S23 Ultra and can permanently confuse the hall driver until the ring is removed.
Fix 6: Clear the Cache Partition
If the screen-off behavior started after an OTA update, a corrupt system cache can keep the timeout driver in a bad state. Wiping the cache partition on the S23 line is a two-step process because Samsung removed the traditional Recovery button combo — you now go through Odin/Recovery mode.
- Power the phone off completely.
- Connect the S23 to a PC via USB-C.
- Hold Volume Up + Power while connected until the Android recovery screen appears.
- Use Volume Down to highlight Wipe cache partition, then press Power to select.
- Highlight Yes, press Power, and let it complete.
- Select Reboot system now.
This does not erase personal data. If the recovery menu doesn’t open on your S23, the USB connection is mandatory — unlike older Galaxy models, the S23 series will not enter recovery without it.
Fix 7: Check the Proximity Sensor with Samsung Members
If nothing above worked, the proximity sensor itself may be failing. On the S23, this sensor is mounted under the display (USIS — ultrasonic in-display sensor on S23 Ultra, optical on S23 and S23+) and a dead pixel or adhesive failure can leave it reporting “covered” forever, which tells Android never to sleep the screen.
Run the built-in diagnostic before calling Samsung:
- Install the Samsung Members app if it’s not already on your phone.
- Open Samsung Members → Get help → Interactive checks → Sensors.
- Run the Proximity sensor test. Cover and uncover the top of the phone as prompted.
- Run the Light sensor test immediately after.
A failed proximity test is definitive proof of a hardware fault. Screenshot the result — you’ll need it for warranty.
Alternative code-based diagnostic: open the Phone app and dial *#0*#. Tap Sensor on the grid that appears. Proximity sensor reading should jump when you cover it and drop when you uncover it. If it stays pinned at one value, the sensor is bad.
Fix 8: Factory Reset (Last Software Step)
Only try this after Fixes 1–6. Back up via Samsung Cloud or Smart Switch first.
- Settings → General management → Reset → Factory data reset.
- Confirm, then let the phone reboot.
- Set up as a new device (do not restore from backup yet) and test the screen timeout for 24 hours.
- If it behaves correctly, restore your data selectively — apps first, then settings — testing after each group to find which app was responsible.
Skipping the “set up as new” step is why most DIY factory resets fail to fix this issue: the same wake-lock app gets restored right back onto the phone.
Fix 9: Warranty Service and Repair Pricing (2026)
The Galaxy S23 series is still under Samsung’s extended support window for both software and hardware as of April 2026. If the proximity or hall-effect sensor is confirmed faulty:
- Under manufacturer warranty (within 12 months of purchase): free repair.
- Samsung Care+ coverage: $99 deductible for screen assembly repair (sensor is integrated into the display assembly on S23 and S23+; separate on S23 Ultra).
- Out of warranty, Samsung authorized: $149–$199 for S23/S23+ display module replacement, $229–$279 for S23 Ultra, as of Samsung’s 2026 repair pricing.
- Third-party repair: uBreakiFix (Samsung’s authorized network) and independent shops typically run 20–30% less.
Book a repair at the Samsung support line 1-800-726-7864 (US) or online at samsung.com/us/support. Have your IMEI ready — find it at Settings → About phone → IMEI information, or dial *#06#.
When to Stop Troubleshooting
If you’ve run all nine fixes and the screen still won’t sleep, the issue is hardware every time — usually the proximity sensor or, less often, a failed display driver IC. Software can’t fix either. The Samsung Members sensor test is the definitive diagnostic, and a failed result is all a technician needs to approve the repair under warranty.
Most S23 owners who land here resolve it at Fix 3 or Fix 4 — Always On Display or a wake-locking app. Work in order, don’t skip steps, and you’ll usually be back to normal battery life by the second or third fix.
[INTERNAL LINK: Galaxy S23 battery drain fix]
[INTERNAL LINK: Galaxy S23 won’t charge]
[INTERNAL LINK: Galaxy S23 proximity sensor not working]