How to fix Windows 10 blurry fonts in applications?

29

9

It's kind of hard to read sometimes so I have scaling set to 125% on 1920x1080 resolution. ClearType doesn't fix this I tried turning it on and off. Everything looks great and fine (Explorer, Firefox...), except some things. See here:

Link to full-sized image

Same issue in Computer Management for example. However in 100% scaling it looks like there's no issues.

John Smith

Posted 2015-07-30T08:23:32.793

Reputation: 399

3Just to add: I upgraded from Windows 8.1 where this was NOT an issue. – John Smith – 2015-07-30T08:31:29.750

Can you try 150%? Maybe there is a glitch which is specific to 125% – MonkeyZeus – 2015-07-30T14:08:59.263

Make sure you have the latest Windows 10 certified display driver – steve – 2015-07-30T19:31:24.980

I have the same issue. Please try this tool (http://windows10_dpi_blurry_fix.xpexplorer.com/). It fixes all the blurry issue with 125% DPI on Windows 10.

– smwikipedia – 2017-02-01T14:39:35.180

I really don't know why this question is protected. It looks more like a PR conspiracy than some spam attack. – smwikipedia – 2017-02-01T14:40:50.583

Look at my answer. That's the most easiest solution you can possibly get.

– Sнаđошƒаӽ – 2019-09-28T13:43:23.987

Answers

16

I had this problem too but was able to fix it with the specific programs that has the issue (like Steam and Rainmeter). You'll need to do the following:

  1. Note down which specific programs have the font problem.
  2. Right-click on the program icon (not the shortcut) and choose properties.
  3. Click the "Compatibility" tab.
  4. Check the box labeled "Disable display scaling on high DPI settings".
  5. Restart the program.
  6. Repeat for each affected program.

Richard

Posted 2015-07-30T08:23:32.793

Reputation: 161

5That's all nice and good, but how do you do it for things like: powershell, wscript, and pretty much all items in C:\Users\user\AppData\Local\Microsoft\Windows\WinX? It seems this is only an issue on some old mmc snap-ins. Just starting mmc looks blurry as well. It's like Windows 10 doesn't properly render old tools and there's no way to disable display scaling on high DPI settings for these things I listed and have the issue. – John Smith – 2015-07-30T21:34:23.973

I had the same problem in 8.1 and was able to fix it somehow. I have no idea how and it screws me up that it's back now that I've upgraded to win 10. :( This method works, but I would prefer a solution that grabs this problem at the root. – codepleb – 2015-08-20T18:54:02.347

1

I had exactly the same problem after installing Clover. Thanks to this fix it's no longer blurry, and thanks to deselecting "Launch folder windows in a separate process" it now seems to be working: https://www.reddit.com/r/Windows10/comments/3dmfqf/does_clover_multi_tabs_in_explorer_work_with/cuinq6p

– SharpC – 2015-09-18T14:27:07.337

@JohnSmith For fixing/setting DPI settings for builtin Windows apps, see this answer: https://serverfault.com/questions/570785/how-can-i-make-microsoft-management-console-high-dpi-aware-in-windows-8-1

– David Balažic – 2020-01-13T12:06:06.770

In 2020 it seems this is now in a subdialog from the compatibility settings. After going to the 'Compatibility' tab there is a button now called 'Change high DPI settings'. Inside activate 'Override high DPI scaling behavior. Scaling performed by'. Selecting 'Application' helped me solve this problem in FreeCommander XE. – pepgma – 2020-02-14T12:28:23.453

3

I've managed to get sharp fonts in CMD, Device Manager, etc at once using standard Windows settings UI (i.e., without changing the compatibility settings or using the auto-start registry script).

Basically, you need to go to the Control Panel > Appearance and Personalization > Display and set a custom scaling level to 125%.

The nuance is that the UI won't let you to apply the setting if you already have the recommended 125% setting in the Settings > Display. But there are at least two workarounds:

Workaround 1: You can just set the scaling level to some other value in the Settings > Display UI, just before changing the settings back to 125% in the custom scaling level UI.

Workaround 2: You can set the custom scaling level to some other value in the custom scaling level UI, Apply, choose to re-logon later in the popped dialog, then set the custom scaling level back to 125%, Apply, and re-logon manually.

I've tested both workarounds and they both worked on two of my laptops.

Alex Che

Posted 2015-07-30T08:23:32.793

Reputation: 2 592

This is a good method to get the clear font back, the only problem is when connecting to montior it has to be the same scale as well, which is really annoying. – Deqing – 2017-11-16T01:35:50.133

This doesn't work anymore. As soon as you set a custom DPI, Windows doesn't let you change DPI settings (the controls get disabled) unless you log out. – Sнаđошƒаӽ – 2018-10-26T19:46:10.163

2

Here is how I solved it the simplest way. Simply set whatever DPI Windows is recommending as a custom DPI. That is, if Windows is recommending 125%, set a custom DPI of 125% and log out and log back in. This works fantastically, at least in the windows 10 build I am using now (Update 1803, Version 10.0.16299.15)

Edit: Also found it to be working great on Update 1809, Version 10.0.17763.134

Update: still default DPI is crap. Setting custom DPI still works with version 1909

Sнаđошƒаӽ

Posted 2015-07-30T08:23:32.793

Reputation: 278

Confirmed it works. Looks like by default Windows 10 leaves old apps from scaling. But with custom scaling, it actually enlarges old apps fonts as well. – Siddharth Pant – 2019-01-21T08:36:48.803

1

This is a window10 scaling method problem. There is a step by step manual on Lifehacker using a tool that allows you to switch to win8.1 scaling method. This worked fine for me.

Lifehacker Hot To Fix Blurry Fonts

Hexodus

Posted 2015-07-30T08:23:32.793

Reputation: 141