Can't Type in Chrome? Here's What's Actually Causing It

suddenly not being able to type in chrome address bar or text fields is a weird one because it often happens without any obvious cause – no recent chrome update, no system changes. here’s what’s actually going on and the fixes that work.

Most common causes

Another application has focus or keyboard capture: The most frequent cause. Some applications capture keyboard input at a system level – certain games, remote desktop tools, or screen recorders. Even when you switch to Chrome, the other app still intercepts keystrokes before Chrome receives them. The fix: fully close or minimize the other application, then click inside Chrome.

Chrome extension conflict: Extensions that intercept keyboard input (productivity tools, vim-style navigation extensions like Vimium, clipboard managers) can block normal typing in specific contexts. A malfunctioning extension can also cause this broadly.

Chrome flags or experimental features: Certain chrome://flags settings can interfere with input handling, especially if you’ve enabled experimental features related to UI or input.

Windows accessibility features: Sticky Keys, Filter Keys, or Mouse Keys being enabled can interfere with how keystrokes are processed across applications including Chrome.

User profile corruption: Chrome’s user profile stores a lot of state. A corrupted profile can cause inconsistent behavior including input issues.

Fix 1: Click elsewhere first, then back in Chrome

Click on a different application, then click back on Chrome and try typing. This forces Windows to re-assign keyboard focus to Chrome. Surprisingly effective for transient focus issues.

Fix 2: Disable extensions temporarily

Open an Incognito window (Ctrl + Shift + N) – extensions are disabled in Incognito by default. If you can type normally there, an extension is the culprit. Go to chrome://extensions and disable them one by one to find which one.

Fix 3: Check Windows accessibility settings

Settings > Ease of Access > Keyboard. Make sure Sticky Keys, Filter Keys, and Toggle Keys are all off. These can cause missed or doubled keystrokes that look like typing is broken.

Fix 4: Restart Chrome completely

Chrome’s background processes sometimes persist even after closing the window. In Task Manager (Ctrl + Shift + Esc), find all Chrome processes and end them. Then reopen Chrome.

Fix 5: Try a new Chrome profile

chrome://settings > You and Google > Add > create a new profile. If typing works in the new profile, your existing profile has a corruption or conflicting setting. You can migrate bookmarks and passwords from the old profile.

Fix 6: Clear Chrome flags

Navigate to chrome://flags and click “Reset all” to restore default experimental settings. Restart Chrome after.

Fix 7: Reinstall Chrome

If nothing above works, a clean Chrome reinstall is worth trying. Uninstall Chrome via Windows Settings > Apps, delete the remaining Chrome folder from C:\Users[username]\AppData\Local\Google, then reinstall from scratch.

The focus issue from other applications is the one that gets people. I’ve had game launchers in the background capture keyboard input in a way that made Chrome seem broken. Fully closing the launcher (not just minimizing) fixed it immediately. It’s a non-obvious connection because the other app looks inactive.

the incognito window test is the right first diagnostic step. if you can type there but not in a normal window, it’s definitely an extension. vimium and similar keyboard navigation extensions are the usual suspects – they intercept key events for their own commands and can interfere in unexpected ways.

Sticky Keys being on is a surprisingly common cause that people don’t connect to browser behavior. The symptom of Sticky Keys interference isn’t always the obvious “keys sticking” – it can manifest as missed keystrokes or input being dropped, which looks like the browser isn’t registering input.