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.