Windows Fixes

How Do I Fix Blurry Apps and Text After Changing Display Scaling in Windows 11?

Issue type: Windows system — apps, text, or the entire display appears blurry or soft immediately after changing the display scaling percentage in Settings

SEO focus: If you are looking for blurry apps text display scaling windows 11, this guide starts with the fastest diagnosis, then moves to the exact fix that matches the symptom.

Short answer: Blurry apps after a scaling change fall into two categories: everything looks blurry because the DPI change needs a full sign-out to take effect across all running processes, or specific apps stay blurry because they’re DPI-unaware and need a per-app compatibility override. The fix for each is different — a sign-out solves the first, a Properties change solves the second.

Blurry Apps Text Display Scaling Windows 11: Quick Diagnosis

After changing scaling, Windows shows a notification that says “Some apps won’t respond to this change until you sign out.” This is not a warning — it’s a technical fact. Windows can resize UI elements for new windows but can’t change the DPI context for processes that are already running. Any app that was open before you changed scaling is still running at the old DPI until it’s closed and reopened in a fresh session.

Everything looks slightly blurry system-wide, including the taskbar and Settings: The scaling change wasn’t fully applied. Sign out (not restart) and sign back in. A sign-out ends all user-session processes and forces every app to start fresh at the new scaling level. A simple restart sometimes doesn’t fully flush all per-user DPI context.

Most things look sharp but specific apps — typically older software — stay blurry regardless of restarts: These apps declare themselves as “DPI-unaware” in their manifest, which means they tell Windows to render them at 96 DPI and then scale up the result like an image. The blurriness is Windows enlarging a low-DPI render to fit a high-DPI display. The fix is a per-app compatibility setting that overrides how Windows handles the scaling for that specific executable.

What to do first

  1. Sign out of Windows and sign back in — not just restart. Click Start > your profile picture > Sign out. After signing back in, check whether the blurriness is gone. A sign-out properly terminates all user-session processes and restarts them under the new DPI context. If a simple PC restart didn’t fix it but sign-out does, the DPI change is applying correctly — you just needed a full session reset.
  2. Use Windows’ built-in blurry app fixer. Go to Settings > System > Display > scroll down and click “Fix apps that are blurry” if the link appears, or open Settings > System > Display > Advanced display > look for Desktop App scaling. Windows can detect DPI-unaware apps and automatically apply a sharpening correction for them. If this setting detects the blurry app, enabling it improves sharpness without any manual override.
  3. Apply a per-app DPI override for specific blurry programs. Find the app’s executable (.exe file) — right-click its shortcut > Open file location to get to the .exe. Right-click the .exe > Properties > Compatibility tab > click “Change high DPI settings.” Check “Override high DPI scaling behavior” and set the dropdown to “System (Enhanced)” — this tells Windows to handle the scaling for this app rather than letting the app do it itself. Click OK, relaunch the app, and test. If “System (Enhanced)” is still blurry, try “Application” or “System” instead — the best option varies by app. For a broader guide on display scaling problems in Windows 11, this override is the primary tool for legacy app sharpness.
  4. Clear the GPU shader and thumbnail cache. Some blurriness after a scaling change is caused by cached textures and thumbnails generated at the old DPI still being served from cache. Open Disk Cleanup (Win + S > Disk Cleanup > run on C: drive) and check Thumbnails. Clear it. Then sign out and back in. This forces Windows to regenerate all thumbnails and icon renders at the current scaling level.
  5. Check whether the monitor’s own scaling is conflicting with Windows scaling. Some monitors have a sharpness or scaling mode setting in their OSD menu that processes the incoming signal. If the monitor is applying its own integer scaling or stretching, it can soften the image independently of Windows. Access your monitor’s OSD (the physical buttons on the monitor), find Display or Picture settings, and set scaling to “Full” or “1:1” — this tells the monitor to display exactly what Windows sends without modification.
  6. If using multiple monitors with different scaling percentages, check whether apps become blurry when moved between monitors. Windows 11 supports per-monitor DPI, but some apps don’t update their DPI context when dragged from one monitor to another. For those apps, applying the “System (Enhanced)” DPI override in step 3 is the fix. If you’re also seeing screen flickering alongside the blurry scaling issue, a GPU driver update may address both.

Common mistake

Changing the scaling percentage, seeing blurry text, restarting the PC, checking that apps still look blurry, and concluding the DPI setting doesn’t work. A PC restart doesn’t always fully flush per-user DPI sessions — the sign-out does. Many users restart two or three times confused about why blurriness persists, when a single sign-out would have resolved it immediately. Always sign out (not just restart) as the first test after changing display scaling. If sign-out doesn’t fix it, the issue is DPI-unaware apps, not an incomplete scaling change.

Best next step

If the per-app DPI override in step 3 improves sharpness but the app’s text still looks slightly softer than native, the app is using GDI rendering rather than Direct2D, which doesn’t benefit as much from the “System (Enhanced)” mode. For these apps, the most effective approach is to set Windows scaling to 100% and increase the monitor’s physical resolution instead — or, if the monitor is already at native resolution, set the app to run in a higher-resolution virtual window using a tool like Magpie (free, open source) which upscales specific app windows using shader-based scaling algorithms that produce sharper results than Windows’ bitmap stretch.

Official reference: For official Windows troubleshooting guidance, check Microsoft’s Windows support page before downloading third-party repair tools or changing advanced settings.

Quick Q&A

Scaling is set to 125% and most things are sharp, but File Explorer icons look blurry. Is that the same problem?

File Explorer icon blurriness after a scaling change is almost always the thumbnail cache serving old low-DPI thumbnails. Run Disk Cleanup, check Thumbnails, clear them, and sign out and back in. Windows regenerates all thumbnails at the current DPI on next browse. If icons are blurry but thumbnails look fine, the icon cache specifically is stale — open an Administrator Command Prompt, run taskkill /f /im explorer.exe, then del /f /s /q %LocalAppData%MicrosoftWindowsExplorericoncache*.db, then start explorer.exe.

A specific app looks blurry on my laptop screen but sharp on my external monitor. Why?

This is a per-monitor DPI mismatch. Your laptop screen likely uses a higher scaling percentage (125% or 150%) while the external monitor uses 100%. When the app launches on the laptop screen, it renders at the laptop’s DPI. When moved to the external monitor at 100%, it should re-render — but DPI-unaware apps don’t update their rendering when moved. Apply the “System (Enhanced)” DPI override to that app’s executable. This tells Windows to manage the re-rendering when the app is moved between monitors, which eliminates the blurriness on both screens.

Is there a way to make all apps sharp without setting scaling to 100%?

For modern apps that support per-monitor DPI awareness (most software released after 2018), scaling above 100% produces sharp results natively. The blurriness issue affects legacy apps that were built before high-DPI displays were common. Applying the “System (Enhanced)” override fixes most of them. For the remainder, the Windows “Fix apps that are blurry” automatic setting in Display settings catches many cases automatically. There’s no universal fix that makes every old DPI-unaware app perfectly sharp at non-100% scaling — the override and the automatic setting cover 90% of cases, and the remainder typically require a software update from the developer.