Windows can enter a state where taskbar icons still respond visually, but clicking an open app does not bring its window forward. Chrome may even create a new window that exists in the background but never appears on screen. Minimizing other applications can sometimes force the missing window to appear, which suggests the application created the window successfully and the failure is happening in the operating system’s presentation or activation path. Before restarting the PC, try the quick fixes below.
Try These First
If the taskbar is not switching apps or a window is missing right now, run these tests in order before restarting:
- Press Alt + Tab and look for the missing application. If it appears, select it.
- Press Win + Ctrl + Shift + B. The screen may flash briefly. This resets the graphics presentation path without closing applications.
- Open Task Manager with
Ctrl + Shift + Esc, find Windows Explorer, right-click it, and select Restart. - If the window exists but remains invisible, press Alt + Tab to select it, then Alt + Space, M, and use the arrow keys to move it. Or use Win + Shift + Left/Right Arrow to move it between displays.
- If the problem returns, continue with the deeper diagnostics below.
Do not restart yet
If the failure is happening now, test Alt + Tab, Explorer restart, and the graphics reset first. Restarting Windows can clear the temporary state and remove useful diagnostic evidence.
Start Here: What Your Result Means
The quick tests above produce different results. Use this table to interpret what each result suggests and where to focus next.
| What happens | What it suggests | What to do next |
|---|---|---|
| Alt + Tab shows the missing window | The application and its window still exist. The failure is likely in taskbar activation, Explorer, or an overlay. | Investigate Explorer restart, overlays, and window-management utilities before reinstalling the application. |
| Win + Ctrl + Shift + B restores the window | The graphics/composition/presentation path is involved. DWM or the GPU driver may be failing to present the surface correctly. | Investigate GPU driver state, DWM behavior, and Chrome hardware acceleration. |
| Restarting Explorer restores taskbar switching | The Windows shell or Explorer itself is entering a bad state. The taskbar activation path is failing. | Investigate shell extensions, overlays, and whether the problem returns repeatedly. |
| Moving the window restores it | The window was positioned off-screen, often after a monitor disconnect or resolution change. | Check display configuration and multi-monitor settings. |
| None of the above work | The problem may be deeper in the system, or the window may not have been created successfully. | Check Task Manager, Reliability Monitor, Event Viewer, and continue with deeper diagnostics. |
A diagnostic result suggests a direction. It does not automatically prove root cause. For example, Alt + Tab finding a window establishes that Windows knows about it, but it does not prove every part of the composition pipeline is healthy. Use the results to narrow the investigation, not to declare the diagnosis finished.
First, Confirm the Window Actually Exists
Before chasing complex causes, verify that the application created the window at all. The fastest way is Alt + Tab. If the missing application appears in the task switcher, the window exists. The operating system knows about it. The problem is in activation, composition, or presentation, not in the application itself.
If Alt + Tab does not show the window, open Task Manager with Ctrl + Shift + Esc and check the Processes tab. Look for the application process. If the process is running but the window is absent, the application may have crashed its UI thread, or the window may have been created on a different virtual desktop or off-screen. If the process is not running at all, the application failed to launch, which is a different class of problem entirely.
Press Win + Tab to open Task View. Check whether the window exists on a different virtual desktop. Windows can assign new windows to a desktop you are not currently viewing. This is less common, but it takes two seconds to rule out. If the window is on another desktop, move it back and the immediate problem is solved.
Also check Settings > System > Display and press Win + P to verify the projection mode. If Windows thinks a second monitor is still connected when it is not, windows can open outside the visible display. This often happens after disconnecting a dock, a television, or a projector. The projection mode may still be set to Extend rather than PC screen only.
Restart Windows Explorer
Explorer is more than the file manager. explorer.exe runs the Windows shell, including the taskbar, desktop icons, and the activation logic that responds to taskbar clicks. When Explorer enters a bad state, the taskbar may look normal while the activation path behind it stops working.
To restart Explorer:
- Press
Ctrl + Shift + Escto open Task Manager. - Find Windows Explorer in the Processes list.
- Right-click it and select Restart.
- The taskbar and desktop icons will disappear briefly, then reload.
If taskbar switching works immediately after this, Explorer was involved. That does not explain why Explorer entered the bad state, but it narrows the field considerably. Save any open File Explorer windows first, because they will close.
If the problem returns later, Explorer is being destabilized repeatedly. That points to a process or component that hooks into the shell, such as a third-party extension, an overlay, or a utility that modifies taskbar behavior. At that stage, the clean boot test becomes more valuable because it can isolate which third-party software is interfering.
Reset the Graphics Presentation Path
Press Win + Ctrl + Shift + B. The screen may flash or go black for a moment, then return. This keyboard shortcut resets the graphics subsystem and forces DWM to recompose the desktop without requiring a full PC restart. It is safe, takes one second, and does not close your applications.
If the missing window appears immediately after this, or if taskbar switching starts working again, the graphics/composition/presentation path is involved. DWM composites all window surfaces into the final desktop image. The GPU driver presents the result. A failure at either stage can make a window exist without being visible, or can make the taskbar stop activating windows correctly.
A successful graphics reset does not definitively identify the GPU driver as the root cause. It could be DWM entering a bad state, a transient driver hang, or an interaction between an application and the composition pipeline. What it does establish is that the problem is recoverable without restarting the entire operating system, which makes the graphics presentation path a stronger lead than application corruption or a fundamental system failure.
If the graphics reset has no effect, the problem is less likely to be a transient graphics subsystem failure. Continue with Explorer, window positioning, and overlay investigation.
Recover a Window That Opened Off-Screen
A window can be running correctly while positioned outside the visible desktop. This commonly happens after disconnecting a second monitor, changing display resolution, changing scaling, docking and undocking a laptop, or using Remote Desktop.
If the application is selected in Task Manager or Alt + Tab but invisible, try these methods:
- Move between displays: Press
Win + Shift + Left ArroworWin + Shift + Right Arrow. - Manual move: Select the application with
Alt + Tab, pressAlt + Space, pressM, then use the arrow keys to drag the window. Press Enter or click the mouse to release it. - Cascade windows: Right-click the taskbar and select Cascade windows or Show windows stacked to force all windows into the visible area.
If any of these restore the window, the problem was placement, not composition or activation. Check your display configuration in Settings > System > Display and verify that Windows is not detecting a display that is no longer physically present. Also verify the projection mode with Win + P to ensure it is set to PC screen only if you are using a single display.
Why the Window Pipeline Matters
Modern Windows does not let applications draw directly onto the screen. Each application renders its window into a surface. The Desktop Window Manager, or DWM, composites those surfaces into the final desktop image. Explorer handles the taskbar and sends activation requests. The Window Manager changes Z-order and focus. The GPU driver presents the final frame.
When a window exists but cannot be seen, the failure can sit at several different points. Chrome may create the window successfully. The Window Manager registers it. But somewhere between activation, composition, and presentation, the window disappears from view. Minimizing other windows forces DWM to recalculate the entire desktop layout, which can temporarily restore a surface that was stuck in an incorrect state.
The diagram shows the critical distinction. Chrome is not the only suspect. The Window Manager, DWM, the GPU driver, and Explorer’s activation signals all sit between the application and the visible desktop. When minimizing other windows forces the missing one to appear, DWM is likely involved, but that observation alone does not isolate DWM from the GPU driver or from Explorer’s focus handling. The tests in the quick-fix section are designed to narrow which layer is failing.
Diagnostic Decision Tree
Use this flowchart to map your quick-test results to the most likely subsystem. It covers only the taskbar and invisible-window problem.
The left branch is the most informative. If Alt + Tab can see the window but the taskbar cannot open it, the problem is almost certainly not the application itself. The window exists. The composition pipeline is at least partially functional. The activation path from the taskbar is broken. That narrows the field to Explorer, a shell extension, a third-party overlay, or a focus-handling bug.
Check Chrome Hardware Acceleration
If the invisible window problem happens primarily in Chrome, test its hardware acceleration path. Chrome uses the GPU aggressively, which makes it a useful diagnostic canary. Other applications may hide the same graphics problem because they do not rely on GPU composition as heavily.
Open Chrome and enter chrome://settings/system in the address bar. Disable Use graphics acceleration when available. Restart Chrome completely. Test normal and Incognito windows again. If the problem disappears only when hardware acceleration is disabled, the issue involves Chrome’s GPU rendering path, the graphics driver, or the interaction between Chrome and Windows composition.
Do not leave hardware acceleration disabled permanently. It improves video playback, rendering performance, and efficiency. Instead, treat the result as evidence pointing toward the GPU driver or DWM interaction.
For deeper information, open chrome://gpu. This page shows which graphics features Chrome is using and whether any have fallen back to software mode due to driver problems. Do not change system settings based on one unfamiliar line. The purpose is to determine whether Chrome is using GPU acceleration normally or avoiding it because of a detected graphics issue. If Chrome is falling back to software rendering for compositing or rasterization, the GPU driver is likely involved.
Also check the GPU in Task Manager. Open Ctrl + Shift + Esc, select the Performance tab, and select GPU. This identifies the graphics hardware Windows is currently using. A laptop can contain two GPUs, integrated Intel graphics and a discrete NVIDIA or AMD GPU. Windows can assign different applications to different GPUs. If the problem occurs only when Chrome is running on one specific GPU, the assignment itself becomes a clue.
If the problem is not specific to Chrome, skip this section and focus on the broader system diagnostics.
Check Overlays and Window Utilities
Software that injects overlays or modifies window behavior can intercept taskbar clicks, block window activation, or alter how windows are presented. Game overlays, screen recorders, RGB suites, window managers, and monitoring tools all have the capability to break shell behavior. A tool that worked for months can start causing problems after a Windows or application update.
Check the following categories:
- Game overlays: Xbox Game Bar, NVIDIA overlay, AMD overlay, Steam overlay, Discord overlay.
- Screen recording: OBS, NVIDIA ShadowPlay, Xbox Game Bar capture.
- Window management: Microsoft PowerToys, FancyZones, Always On Top, Workspaces.
- Desktop customization: Rainmeter, taskbar replacement tools, shell extensions.
- GPU monitoring: MSI Afterburner, HWiNFO, GPU-Z.
- Transparent/invisible windows: Some screen dimmers and productivity utilities create top-level windows that capture mouse input without being visible.
To disable Xbox Game Bar, open Settings > Gaming and turn off Xbox Game Bar and capture features. To exit PowerToys completely, right-click its system tray icon and select Exit. For NVIDIA or AMD overlays, open the respective control panel and disable overlay and recording features. Temporarily disable or exit these applications completely, then test taskbar switching and window creation again.
If the problem disappears, re-enable them one at a time to find the specific conflict. Do not uninstall everything at once. The goal is to identify the exact interaction, not to strip the system of useful software.
When the taskbar seems unresponsive, try Alt + F4 carefully. If an invisible overlay was active, closing it may immediately restore taskbar interaction. Check Task Manager for recently launched or unfamiliar processes during the failure. Look for processes you do not recognize that started around the same time the problem appeared.
Check Reliability Monitor and Event Viewer
Windows Reliability Monitor is one of the most useful built-in troubleshooting tools that many users overlook. Search Windows for View reliability history and open it. The timeline shows application failures, Windows failures, driver problems, updates, and installations. Look at the dates and times around when the taskbar or window issue occurred.
If the same graphics component or application repeatedly fails at those exact times, that is stronger evidence than guessing from symptoms. Repeated Explorer failures would shift attention toward shell extensions or Explorer itself. Repeated display driver failures would push the investigation toward the GPU stack. The timeline view makes patterns visible that are invisible when looking at individual events.
For deeper investigation, open Event Viewer and navigate to Windows Logs > System and Windows Logs > Application. Look around the exact time the problem occurred. Do not treat every red error as the cause. Windows logs many recoverable errors that are unrelated. Time correlation matters. If the taskbar failed at 6:42 PM and a display driver error appears at 6:42 PM, that deserves attention. An unrelated error from three days earlier probably does not.
Look for entries mentioning Desktop Window Manager, Explorer, display driver failures, application crashes, and hardware errors. If multiple components fail at the same timestamp, a shared dependency such as the GPU driver or a system library may be the root cause. If only one component fails repeatedly, the problem is more likely localized to that component.
Also check Windows Logs > Setup for recent driver or Windows updates that coincided with the first occurrence of the problem. A driver update installed the day before the symptoms began is a stronger lead than a driver that has been installed for months.
Test With a Clean Boot
If third-party software interference remains possible, perform a clean boot. This is most useful when the problem occurs repeatedly and quick fixes like Explorer restart or graphics reset only provide temporary relief. A clean boot eliminates third-party services and startup applications, which can isolate whether the problem is caused by software that loads automatically.
To perform a clean boot:
- Press
Win + R, typemsconfig, and press Enter. - Open the Services tab.
- Select Hide all Microsoft services. This step is important.
- Disable the remaining third-party services.
- Open Task Manager, go to the Startup tab, and disable unnecessary third-party startup items.
- Restart the PC and try to reproduce the problem.
If the problem disappears in the clean environment, a third-party service or startup application is involved. Re-enable items gradually until the issue returns. Start with half the disabled services, then narrow down from there. This is more reliable than randomly uninstalling software. If the problem persists in a clean boot, the cause is more likely in Windows itself, a driver, or a core system component.
Check Graphics Driver and Windows Update History
If the graphics reset or Chrome hardware acceleration test pointed toward the GPU path, investigate the driver more carefully. Do not immediately install the newest driver from the GPU manufacturer. First, establish what changed.
Open Settings > Windows Update > Update history and look for updates installed shortly before the problem began. Pay attention to cumulative updates, graphics drivers, and optional driver updates. If the issue started immediately after a specific graphics driver update, rolling back that driver is a reasonable first test.
Open Device Manager, expand Display adapters, right-click the GPU, and open Properties > Driver. Check the driver version, date, and provider. If the problem began after an update, rolling back may be more appropriate than installing an even newer driver. If the driver is old, updating from the GPU manufacturer or PC manufacturer may make sense. For laptops, consider using the OEM-provided driver rather than the newest generic driver from the GPU manufacturer. OEM drivers sometimes include device-specific power and display behavior that generic drivers do not replicate.
Also check whether the laptop has two GPUs, integrated Intel graphics and a discrete NVIDIA or AMD GPU. Windows can assign different applications to different GPUs. If the problem occurs only when an application runs on one specific GPU, the assignment itself becomes a clue. You can check GPU assignment in Settings > System > Display > Graphics on Windows 11.
Repair Windows System Files
If the diagnostics above point toward system corruption rather than a driver or third-party utility, run the built-in repair tools. These belong late in the troubleshooting sequence because they attempt to repair the existing installation without the disruption of a full reset. Use them after quick tests and log inspection have narrowed the problem, not as a first step.
Open Terminal, PowerShell, or Command Prompt as Administrator and run:
sfc /scannow System File Checker verifies protected Windows files and replaces corrupted copies. Let it complete. If it reports corruption or the problem persists, run:
DISM /Online /Cleanup-Image /RestoreHealth DISM repairs the Windows component store, which SFC depends on. After DISM finishes, run SFC again:
sfc /scannow Then restart Windows. If SFC and DISM find nothing and the problem persists, the cause is more likely a driver, an overlay, or a configuration issue than file corruption. Do not treat these commands as a universal fix. They are targeted repair tools for specific corruption scenarios.
If the Problem Keeps Returning
Intermittent problems are harder to diagnose because the evidence disappears. If the taskbar stops switching apps repeatedly, keep a short log of what fixes it each time. Patterns become visible quickly.
7:10 PM - Taskbar stopped switching windows.
7:11 PM - Alt+Tab still worked.
7:12 PM - Restarted Explorer. Taskbar fixed.
7:30 PM - Problem returned.
7:31 PM - Graphics reset fixed it. This pattern tells you more than any generic list. If Explorer restart fixes only the taskbar, the shell path is involved. If the graphics reset fixes it every time, the display stack is involved. If both are needed, the problems may be independent. Use the log to decide which deeper diagnostics to run next.
When the failure is actively happening, avoid rebooting immediately. Test Alt + Tab, Win + Tab, the graphics reset, and Explorer restart while the system is still broken. Record which action affects the symptom. Then check Reliability Monitor and Event Viewer for timestamps that match your log entries. That correlation is stronger evidence than any single test alone.
When to escalate
If quick fixes provide only temporary relief, logs show repeated failures of the same component, and clean boot does not eliminate the problem, the cause is likely in Windows core components, the GPU driver, or corrupted system files. At that stage, driver rollback or update, SFC/DISM repair, and eventually a Windows repair install become justified. A full Windows reset should remain the last option, because it removes too many variables to be a useful diagnostic tool.
Frequently Asked Questions
Why is an app running but not visible in Windows 11?
The application likely created the window successfully. Windows failed to present it. The failure can be in window positioning, DWM composition, GPU driver presentation, or Explorer focus handling. Minimizing other windows can force DWM to recalculate the desktop layout and temporarily reveal a surface that was stuck in an incorrect state.
Why does clicking a taskbar icon not bring the window forward?
This usually points to a problem in the Windows shell rather than the application itself. Explorer handles the taskbar activation path. If Explorer enters an unstable state, it may stop processing taskbar clicks correctly even though the application is running normally. Desktop Window Manager issues and third-party shell extensions can also interfere with taskbar activation.
Why can Alt+Tab find a window that the taskbar cannot open?
Alt + Tab and the taskbar use different activation paths. Alt + Tab is handled by the Window Manager. The taskbar is part of Explorer. If Explorer or a shell extension is failing, the taskbar may stop sending activation signals while Alt + Tab continues to work normally. This strongly suggests a shell-level problem rather than an application-level problem.
What does Win+Ctrl+Shift+B actually do?
It resets the graphics subsystem and DWM presentation path without requiring a full restart. The screen may flash or go black briefly. It is a safe, one-second diagnostic that can recover from GPU driver hangs, DWM composition errors, and display presentation problems without closing your applications.
Is restarting Windows Explorer safe?
Yes. It is a standard diagnostic step used by support technicians. The taskbar and desktop icons will disappear briefly and reload. Open File Explorer windows will close, so save your work first. The action itself is safe and reversible.
Why do windows open off-screen?
This commonly happens after disconnecting a second monitor, changing display resolution, changing scaling, docking or undocking a laptop, or using Remote Desktop. Windows remembers the last position and may place the window on a display that is no longer connected. Use Win + Shift + Arrow or Alt + Space + M to recover it.
Can Chrome hardware acceleration cause window problems?
Chrome uses the GPU heavily for rendering and composition. If the GPU driver or DWM is in a bad state, Chrome can expose the problem more visibly than other applications. Disabling hardware acceleration in Chrome is a useful diagnostic test. If the problem disappears, the issue is likely in the graphics driver or the interaction between Chrome and Windows composition, not in Chrome itself.
Should I reinstall Windows?
Only if the diagnostic steps in this article fail to isolate the cause. A reset removes too many variables at once to be a useful troubleshooting tool. If a reset fixes the issue, you still will not know whether the original cause was a driver, an overlay, corrupted system files, or a utility. Use reset as a last resort, not a first step.