YouTube error · Occasional
YouTube pause button frozen — fix the unresponsive controls
You click the pause button and the video keeps playing. Or pressing K (the keyboard shortcut for pause) does nothing. The player UI looks normal but doesn't respond to pause commands.
Why this happens
- Video player lost keyboard focus (clicked outside the video).
- Browser extension hooking the pause event.
- Stuck player state after long idle — common after backgrounding for hours.
- Embedded player iframe loaded the controls but the parent page is intercepting clicks.
How to fix it
- 1
Click directly on the video frame
A single click anywhere in the video area toggles pause/play. The pause button gets stuck visually sometimes but the click-on-video gesture usually still works.
- 2
Press K twice
K is the keyboard shortcut for pause/play. Two presses cycles the state, often un-stucking the button. Make sure the video has focus first.
- 3
Refresh the page
A long-idle player session sometimes desyncs its UI state from playback state. Refresh resets it.
- 4
Disable controls-modifying extensions
Some "Enhancer for YouTube" type extensions add controls but break the originals. Test in incognito.
Frequently asked
Why does the spacebar sometimes scroll the page instead of pausing?
Same root cause — keyboard focus is on the page body, not the player. Click on the video first to give the player focus.