Why text looks blurry on an external monitor
· 5 min read
You connect a perfectly good 27-inch 1440p monitor to a Mac and the text looks soft. The same monitor looked fine on a Windows machine. Nothing is broken, and the explanation is in how macOS draws text.
The short version
macOS is designed around high pixel density. Its interface is rendered at 2x and scaled down, which looks superb on a Retina display and merely acceptable on a lower-density one.
Windows takes a different approach, with fractional scaling and font hinting that bends letterforms onto the pixel grid. That is why the same monitor can look sharper there: Windows is optimising for exactly this situation and macOS is not.
The result is that monitor pixel density matters more on a Mac than on a PC.
The number that decides it
Pixels per inch, which follows from resolution and screen size.
- 27-inch at 1440p is roughly 109 ppi. This is the common case, and where text looks soft.
- 27-inch at 4K is roughly 163 ppi. Noticeably better.
- 27-inch at 5K is roughly 218 ppi. This matches the density of a Retina display, and it is why 5K 27-inch monitors are the ones recommended for Macs.
- 32-inch at 4K is roughly 138 ppi. In between, and acceptable to many people.
The MacBook built-in display sits around 254 ppi, which is the standard your eyes have adjusted to.
What you can actually change
Try the scaled resolution options. System Settings, Displays. On a 4K monitor, “Looks like 1920 x 1080” renders at 2x and downsamples, which is sharp. Intermediate options are less sharp because the scaling factor is fractional.
The counterintuitive part: a lower “looks like” resolution can be sharper, because the maths is cleaner.
Check you are at the native resolution. A monitor running below its native resolution is always soft. Confirm what it is actually doing:
system_profiler SPDisplaysDataType | grep -A2 "Resolution"
Check the refresh rate. Some monitors default to a lower rate over one connection than another. Not a sharpness issue directly, and worth having right.
Check the cable. A cable that cannot carry the full signal can force a lower resolution silently. Why a USB-C cable can charge but not carry video covers it.
Turn off any monitor sharpening. Many monitors have picture processing designed for video. On a computer display it makes text worse. Find the monitor’s own menu and set sharpness to neutral, and switch any “picture mode” to Standard or PC.
That last one is the most commonly missed and can make a real difference.
What you cannot change
Font smoothing used to be adjustable and the options that once helped have been progressively removed. Advice to change font smoothing settings via the command line is largely obsolete on current macOS, and where the settings still exist their effect is small.
There is no setting that makes a 109 ppi display render like a 218 ppi one. The pixels are not there.
The practical answer
If you are buying a monitor for a Mac and text quality matters, buy density. A 4K 27-inch is a meaningful improvement over 1440p. A 5K 27-inch is the one that looks like the Mac’s own screen.
If you already have a 1440p monitor, three things help: run it at native resolution, turn off the monitor’s sharpening, and accept that it will not match the laptop display. Many people stop noticing within a fortnight, and some never do.
Sitting slightly further back genuinely helps, which sounds facetious and is how angular resolution works.
Questions
Would a different cable make text sharper? Only if the current one is forcing a lower resolution. At native resolution, the cable does not affect sharpness.
Does the Mac render worse than Windows on the same monitor? On a low-density display, generally yes, because of the different scaling and hinting approach. It is a design trade-off, not a fault.
Is an ultrawide a bad idea? Depends on density. Many ultrawides have modest pixel density and will look soft. Check the ppi rather than the width.
Why does an older non-Retina iMac look fine? It was designed around that density, and the interface was drawn for it. macOS has since moved decisively towards assuming high density.