Fixing External Display Resolution and Scaling Problems After a macOS Update
Working through blurry text, wrong resolution options, and displays not being recognized correctly after a macOS update, including the display-specific preference files that sometimes need to be reset.
External display problems that appear specifically right after a macOS update — blurry or fuzzy text at a resolution that used to look sharp, a display no longer offering the scaled resolution options it previously had, or a monitor simply not being recognized at its correct native resolution — usually trace back to macOS re-evaluating the display’s capabilities against a changed internal database or driver, rather than an actual hardware problem with the monitor or cable.
First: confirm it’s software-side, not a cable or port issue
Before treating this as a macOS-side configuration problem, testing the same display and cable on another device (or a different cable/port on the Mac itself) rules out a genuinely degraded cable or a flaky port — a display issue that appears immediately after a software update but is actually caused by an unrelated, coincidentally-timed cable problem wastes real troubleshooting effort if you don’t rule this out first.
Checking what resolution options are actually being offered
System Settings > Displays, holding the Option key while clicking “Scaled” reveals every resolution option the system believes the display supports, including ones normally hidden from the simplified default view:
Comparing this list against what the display’s actual native resolution and supported modes should be (checked against the manufacturer’s specifications) tells you whether macOS is even attempting to offer the correct resolution at all, versus offering a limited or incorrect set of options — a meaningfully different diagnosis than “the resolution is set correctly but rendering blurry.”
When the resolution is correct but text still looks blurry
If the correct native resolution is selected but text and UI elements still appear soft or fuzzy, this frequently traces to a scaling factor mismatch rather than the underlying resolution itself — particularly common with displays that don’t cleanly support HiDPI (“Retina”-style) scaling at their native resolution. Trying each of the alternate scaled resolution options in the Option-click expanded list (rather than only the single default-recommended one) sometimes reveals a specific scaling factor that renders noticeably sharper on that specific display, even though it’s technically a “non-native” scaled mode.
Resetting a specific display’s stored preferences
macOS stores per-display configuration (resolution, arrangement, scaling preference) keyed to that specific display’s identity, and this stored preference data can occasionally become stale or corrupted across a macOS update in a way that a normal settings change doesn’t fully clear. Removing the relevant preference files and letting the system regenerate them fresh is the more thorough reset:
sudo rm /Library/Preferences/com.apple.windowserver.displays.plist
This requires a logout/restart to take effect, after which the system regenerates fresh display preferences from scratch on next detecting each connected display — clearing out any stale, update-related corruption in the previous configuration.
Resetting NVRAM/PRAM as a broader display-configuration reset
For display detection or resolution problems that persist even after the display-preferences reset above, resetting NVRAM (which stores certain display-related settings among other boot-time configuration) is a broader reset worth trying:
Restart, then immediately hold Cmd+Option+P+R until you hear the startup sound twice (Intel Macs)
On Apple Silicon Macs, NVRAM resets automatically on most restarts as part of the normal boot process, so this specific manual key-combination step is generally only relevant on Intel-based Macs.
When a specific display consistently misbehaves but others don’t
If the problem is isolated to one specific display model (other displays working correctly on the same Mac), checking for a firmware update for that specific display from its manufacturer is worth doing — a display’s own EDID (the data block describing its supported resolutions and capabilities to whatever it’s connected to) can occasionally have known compatibility issues with specific macOS versions that the display manufacturer has already addressed in a firmware update, particularly for less common or older display models.
Why this category of issue is usually resolvable without new hardware
The overwhelming majority of post-update display resolution and scaling problems trace back to macOS’s own stored display configuration or its interpretation of the display’s reported capabilities, not a hardware fault introduced by the update — working through preference resets and the expanded scaled-resolution options methodically resolves the large majority of these cases without needing a new cable, adapter, or display.