You start a Focus Session in the Clock app on Windows 11, and the timer counts down correctly. Then you step away, the computer goes to sleep, and when you wake it up, the timer has stopped counting. This is not a random glitch. The root cause is a deliberate power management behavior in Windows 11 that suspends non-critical background tasks during sleep.
Windows 11 uses a power state called Modern Standby, also known as S0 Low Power Idle. In this state, the system can wake briefly to perform certain tasks, but most apps are frozen to conserve battery. The Clock app’s Focus Session timer is not designed to run during sleep. The timer pauses when the system enters the sleep state and does not resume automatically when the system wakes.
This article explains exactly why the Focus Session timer stops after sleep, how to prevent the timer from stopping, and what to do if you need an uninterrupted focus session. You will learn how to adjust power settings and app permissions to keep the timer running.
Key Takeaways: Why Focus Session Timer Stops After Sleep
- Modern Standby (S0 Low Power Idle): Windows 11 freezes most apps, including the Clock app, during sleep to save power. This pauses the Focus Session timer.
- Settings > System > Power & battery > Screen and sleep: Extend the sleep timer to prevent the system from sleeping during a focus session.
- Settings > Apps > Installed apps > Clock > Advanced options > Background app permissions: Set to Always to allow the Clock app to run background tasks, though this does not override sleep behavior.
Why Windows 11 Pauses the Focus Session Timer During Sleep
Windows 11 uses Modern Standby (S0 Low Power Idle) as the default sleep model on most devices. Unlike the older S3 sleep state, Modern Standby keeps the system in a low-power state where it can wake quickly for network updates or incoming calls. However, to conserve battery, the operating system suspends all non-critical user-mode applications during sleep. The Clock app is classified as a non-critical app, so its process is frozen.
When the system wakes from sleep, the Clock app resumes from the frozen state. The timer does not count the time that passed while the system was asleep. The timer simply continues from where it paused. This is by design. The Focus Session feature is not a real-time counter that survives sleep. It is a countdown timer that only runs while the system is awake and the app is active.
Another factor is background app permissions. Even if you set the Clock app to run in the background, Windows 11 does not allow background apps to keep the system awake. The power policy always overrides app permissions. The only way to keep the timer running is to prevent the system from entering sleep during the session.
How to Keep the Focus Session Timer Running Without Interruption
To prevent the timer from stopping after sleep, you must change the sleep timeout setting. You can do this temporarily for the session or permanently. The steps below apply to Windows 11 version 22H2 and later.
- Open Power & battery settings
Press Windows key + I to open Settings. Select System from the left pane, then click Power & battery on the right. - Change the sleep timeout for plugged-in and battery power
Under the Power section, locate Screen and sleep. Expand this section. For Sleep, set the dropdown to Never for both On battery power and Plugged in. This prevents the system from sleeping during a focus session. - Start a Focus Session manually
Open the Clock app from the Start menu. Click Focus Sessions on the left. Set your desired duration and click Start focus session. The timer will now run without interruption until the session ends or you manually stop it. - Reset the sleep timeout after the session
Return to Settings > System > Power & battery > Screen and sleep. Set the sleep timeout back to your preferred value, such as 5 minutes or 15 minutes. This restores power-saving behavior.
If you want a permanent change, leave the sleep timeout set to Never. Keep in mind that this drains battery faster on laptops. For desktop PCs, this is usually fine.
Alternative Method: Use a Third-Party Focus Timer
If you cannot change power settings due to IT policies or prefer not to, consider using a third-party focus timer app that supports running during sleep. Apps like Forest or Focus To-Do can run on mobile devices or in the cloud and sync across devices. These apps do not rely on the Windows sleep state to track time.
Common Issues When the Focus Session Timer Stops After Sleep
Focus Session timer shows zero or wrong duration after waking
This happens when the Clock app crashes or is terminated during sleep. Windows 11 may decide to close the app to free memory. To prevent this, set the Clock app background permission to Always. Go to Settings > Apps > Installed apps. Find Clock, click the three dots, select Advanced options. Under Background app permissions, choose Always. This does not keep the system awake but reduces the chance of the app being terminated.
Focus Session timer continues counting after sleep but pauses
Some users report that the timer appears to continue counting for a few seconds after wake but then stops. This is because the app is resuming from the frozen state and the timer display is catching up. The actual elapsed time is not counted during sleep. The only fix is to prevent sleep as described above.
Power settings revert after a Windows Update
Windows 11 updates can reset power plan settings to defaults. After a feature update, check Settings > System > Power & battery > Screen and sleep to ensure the sleep timeout is still set to Never if you made that change. Consider creating a custom power plan to preserve settings. Open Control Panel > Hardware and Sound > Power Options > Create a power plan. Set the sleep timeout to Never and give it a name like No Sleep. Apply this plan before starting a focus session.
| Item | Keep Timer Running | Allow Sleep |
|---|---|---|
| Description | Change sleep timeout to Never | Keep default sleep timeout |
| Battery impact | High on laptops | Low |
| Timer behavior | Runs continuously | Pauses during sleep |
| Setup effort | Manual change each session or permanent | None |
| Requires admin rights | No | No |
The table above shows the trade-off between keeping the timer running and allowing the system to sleep. Choose based on your need for battery life versus uninterrupted focus.
You now know that the Focus Session timer stops after sleep because Windows 11 freezes the Clock app during Modern Standby. To keep the timer running, set the sleep timeout to Never before starting a session. After the session, restore the timeout to save power. For a more robust solution, use a third-party focus app that does not rely on Windows sleep behavior. As an advanced tip, you can create a PowerShell script that temporarily sets the sleep timeout to Never and reverts it after the session ends. This automates the process and reduces manual steps.