Windows 11 Insider testers in the Beta Channel began reporting on May 13 and 14, 2026, that the search box in the emoji picker had vanished without warning. The bug strips one of the panel’s most useful features, leaving users to manually hunt through hundreds of symbols. Multiple reports on community forums confirm that restarting Windows Explorer brings search back—at least temporarily.
The emoji picker’s quiet power
The Windows 11 emoji picker, summoned with Win+. or Win+;, isn’t just a grid of smiley faces. Since its overhaul in 2021, it has offered a unified search bar across emojis, kaomoji, symbols, and even animated GIFs from a web service. Type “heart” or “celebration,” and the panel instantly filters results. For power users, it has become a reflection of how Windows 11 handles modern input—fast, visual, and surprisingly deep.
That search capability depends on a background process, TextInputHost.exe, which renders the keyboard layout, touch keyboard, and the emoji panel’s search entry point. When the host fails to initialise correctly, the search box simply doesn’t appear. The result is a smaller flyout that opens directly to the emoji grid, with no text field in sight.
What users are seeing
Affected Insider builds show consistent behaviour: pressing Win+. opens the emoji panel, but the top portion normally occupied by the search field is missing. The categories (Smileys, People, Animals, etc.) remain accessible, so browsing still works. But searching for a specific emoji—say, “clown” or “wilted flower”—requires scrolling through the entire list. The GIF and kaomoji tabs are still present, but without search, their libraries become largely useless.
User reports on social media and the Windows Insider subreddit describe the panel as “suddenly lobotomised.” One tester noted, “I didn’t realise how much I relied on search until it was gone. Now I have to scroll like it’s 2018.” Another observed that the issue cropped up after waking their PC from sleep, suggesting a possible state corruption.
Which builds are affected?
At the time of writing, the bug has been confirmed in recent Beta Channel flights, though precise build numbers vary. The absence of search appears to be linked to a latency problem in the TextInputHost component rather than a deliberate feature removal. Microsoft has not yet acknowledged the issue in its official Insider blog or release notes, but the timing coincides with work on the Windows input stack. Some speculate that a stale text prediction or handwriting module is blocking the search host from attaching to the panel.
Stable Windows 11 builds (22621/22631) do not exhibit this bug. The issue seems confined to Insider channels, suggesting it is a regression in code currently under development.
The fix: a gentle kick to Explorer
Community members quickly found that restarting Windows Explorer resolves the missing search box. Here’s how to do it:
- Press
Ctrl+Shift+Escto open Task Manager. - Click the Processes tab.
- Scroll to Windows Explorer (it may be listed as “Windows Explorer” or “File Explorer”).
- Right-click it and select Restart.
Your taskbar and desktop will flicker for a moment. After Explorer restarts, press Win+. again, and the emoji picker should display its search bar at the top.
For command-line fans, an identical effect can be achieved with:
taskkill /f /im explorer.exe && start explorer.exe
This method terminates the Explorer process and immediately relaunches it, forcing all dependent UI components—including TextInputHost—to reinitialize.
Important caveat: The fix is not permanent. Some users report that the search box disappears again after a few hours or after locking and unlocking the PC. This points to a timing or memory management bug rather than a one-time glitch. Until Microsoft delivers a code fix in a newer flight, restarting Explorer remains the quickest workaround.
Why does this happen?
Without access to internal diagnostic logs, the community and several IT analysts have pieced together a plausible theory. The emoji panel is a modern XAML-based flyout hosted by TextInputHost.exe. Upon the Win+. invocation, Windows requests an instance of the search interface. If the host is in a bad state—for example, if a previous search session wasn’t cleaned up properly, or if a resource contention arises—the interface may fail to materialise, leaving only the static grid.
This class of bug is not unprecedented. Earlier in Windows 11’s lifecycle, the touch keyboard would occasionally lose autocorrect suggestions, and the remedy was likewise to restart the input host. The search box glitch is almost certainly a related failure mode.
Other workarounds
If restarting Explorer feels too disruptive, or if you’re working on something that can’t tolerate a shell restart, here are a few alternatives:
- Use the old emoji panel trick: Press
Win+.followed byTabenough times to cycle to the kaomoji or symbol sections. Sometimes this forces the search bar to paint, although success rates are low. - Enable the on-screen keyboard (OSK): The touch keyboard includes its own emoji key, which opens a similar, if less feature-rich, panel. It may bypass the broken code path.
- Sign out and back in: A full user session reset clears the input host’s state. It’s heavier than an Explorer restart but equally effective.
- Fall back to text shortcuts: Rely on Windows’ built-in autocorrect to replace emoticons (like “:)”) with emojis. Type a colon and a word, e.g., “:thumbsup”, and Windows often suggests the correct emoji. Not as convenient, but workable.
Community reaction and Microsoft’s likely response
The Windows Insider community is accustomed to turbulence in pre-release builds, yet the emoji search loss has struck a nerve because of how ingrained the feature has become. “It’s like losing Ctrl+F in a document,” one user commented on the Microsoft Feedback Hub. At least one thread has already been elevated by Microsoft’s engineering team, according to an unverified response from a community moderator.
Given the scale of the feedback, a fix is expected in the next Beta or Dev Channel flight. In the past, Microsoft has prioritized input-related regressions because they affect the perception of polish. The fact that a simple shell restart cures the symptom also narrows down the root cause, making the bug less elusive to track down.
Preventative measures and what to watch for
For now, insiders who rely on the emoji picker can keep an eye on the following:
- Build notes: Check the Windows Insider blog for any mention of “text input” or “emoji panel” fixes.
- Feedback Hub: Upvote and comment on existing feedback items rather than creating duplicates. Microsoft uses aggregation to gauge severity.
- Temporary mitigation: If you observe the bug frequently after waking from sleep, consider disabling modern standby (if your hardware allows) or adjusting power settings to prevent the
TextInputHostfrom sleeping.
Some testers have reported that the issue is less likely to occur when the touch keyboard button is permanently visible on the taskbar (right-click taskbar → Taskbar settings → Touch keyboard → Always). This keeps the input host in a warmed-up state, reducing the chance of a failed cold start. While anecdotal, it’s worth trying.
The bigger picture: Windows 11’s input evolution
The emoji panel is part of a broader push by Microsoft to make Windows 11 a more expressive operating system. Together with voice typing, clipboard history, and the revamped touch keyboard, it forms the “input box” experience that the company has been refining since 2020. A small regression like the missing search bar might seem trivial, but it highlights the tight coupling of Windows’ UI components. One rogue thread in Explorer.exe or TextInputHost.exe can cascade into user-facing fallout.
Microsoft’s response to this bug will be a litmus test for the Insider program’s effectiveness. If the fix lands within a week or two, it reinforces the value of rapid feedback loops. If the problem festers, insiders may grow frustrated as they test other features with a hamstrung emoji tool.
What you should do right now
- Check your build: If you’re on a stable Windows 11 release, you’re safe. If you’re on an Insider Beta build from mid-May 2026, watch for the missing search box.
- Restart Explorer when you notice the problem. It’s a 20-second fix that won’t affect your open applications.
- Submit feedback directly to Microsoft. Use the Feedback Hub (
Win+F) with the category Desktop Environment → Input and Interaction and include a screenshot of the missing search bar. - Stay updated: Keep your Insider build current. Microsoft often releases cumulative updates mid-week that silently address such glitches.
Conclusion
A missing search box in an emoji panel isn’t a system-crippling flaw, but it chips away at the fluidity Windows 11 promises. The community’s quick discovery of the Explorer restart fix is a textbook example of Insider engagement turning a pain point into a manageable inconvenience. Until Microsoft rolls out a proper patch, that quick restart is your best ally—and a reminder that even the friendliest features rest on invisible shoulders that sometimes need a nudge.