How to Change the Resolution of Your Monitor (Windows, Mac & More)
Monitor resolution controls how much information fits on your screen — and getting it right makes a real difference to clarity, comfort, and how your PC performs. Whether you're trying to sharpen a blurry display, fix an oversized interface after a new driver install, or match your monitor's native capabilities, changing resolution is a quick setting to adjust once you know where to look.
What Monitor Resolution Actually Means
Resolution refers to the number of pixels displayed horizontally and vertically on your screen — written as width × height, such as 1920×1080, 2560×1440, or 3840×2160.
More pixels means more visual detail and more screen real estate. A 1080p (Full HD) display shows fewer pixels than a 4K (UHD) display, which means individual elements like text and icons appear larger on 1080p but less sharp when viewed at the same physical screen size.
Every monitor has a native resolution — the resolution it was physically built to display at. Running a monitor at its native resolution always produces the sharpest image. Running it below native introduces softness or blurring because the display has to interpolate pixel data.
How to Change Monitor Resolution on Windows
Windows makes resolution changes straightforward, though the exact menu path varies slightly between Windows 10 and Windows 11.
Windows 10 and 11:
- Right-click on an empty area of your desktop
- Select Display settings
- Scroll to Scale & layout
- Click the dropdown under Display resolution
- Choose your preferred resolution from the list
- Click Keep changes when prompted (Windows gives you 15 seconds to revert if the display looks wrong)
The resolution options listed depend entirely on your graphics card (GPU), your monitor's capabilities, and the cable/connection type in use. If your preferred resolution isn't listed, it may indicate a driver issue, an unsupported cable (for example, an older HDMI 1.4 cable limiting 4K output), or a hardware limitation.
🖥️ Tip: If you have multiple monitors connected, select the specific display you want to adjust at the top of Display Settings before changing the resolution.
How to Change Monitor Resolution on macOS
Apple handles resolution settings slightly differently, prioritizing scaled display modes over raw resolution numbers.
- Open System Settings (macOS Ventura and later) or System Preferences (older macOS)
- Click Displays
- Under your display, select Resolution — choose between Default for display or Scaled
- Selecting Scaled reveals options ranging from larger text to more screen space
- Click your preferred option — macOS previews the change immediately
On Macs with Retina displays, macOS renders at a higher internal resolution and downsamples to the panel for sharper text. What Apple shows you as "1920×1080" on a Retina screen is often rendered at double that internally — so the controls look different from a standard Windows display settings panel.
How to Change Resolution on Linux
On most Linux desktop environments:
- GNOME: Settings → Displays → Resolution dropdown
- KDE Plasma: System Settings → Display and Monitor → Resolution
- Command line (xrandr):
xrandr --output [display name] --mode [resolution]— useful for scripting or when GUI tools aren't available
Linux distributions can occasionally present fewer resolution options if proprietary GPU drivers aren't installed. Installing the correct NVIDIA, AMD, or Intel drivers from your distribution's repository often unlocks additional resolutions.
Factors That Determine Which Resolutions Are Available
Not every resolution works on every setup. Several variables determine what you'll actually see in your dropdown:
| Factor | Why It Matters |
|---|---|
| Monitor's native resolution | Hard ceiling — you can't exceed the panel's physical pixel count |
| GPU capability | Older or lower-tier GPUs may not support 4K or high refresh rates at certain resolutions |
| Cable type | HDMI, DisplayPort, DVI, and VGA all have different bandwidth limits |
| Cable version | HDMI 1.4 vs 2.0 vs 2.1 affects maximum resolution and refresh rate |
| Display driver version | Outdated drivers can limit detected resolutions |
| Operating system | Some OS versions handle HiDPI or custom resolutions differently |
A common frustration is connecting a 4K monitor and finding only 1080p or 1920×1200 in the resolution list. This is almost always a cable or driver issue, not a hardware failure.
Custom Resolutions and Non-Standard Setups
If the resolution you need isn't in the default list, most GPU control panels allow you to add custom resolutions:
- NVIDIA Control Panel: Manage 3D Settings → Change resolution → Customize → Create custom resolution
- AMD Radeon Software: Display → Custom Resolutions
- Intel Graphics Command Center: Display → Custom Resolution
Custom resolutions come with caveats. Your monitor must support the timing parameters you specify, and some displays — particularly consumer-grade panels — ignore signals that fall outside their listed supported modes.
Resolution vs. Display Scaling — An Important Distinction
Changing resolution and changing display scaling are different things that get conflated often.
- Lowering resolution physically reduces the number of pixels rendered — everything gets larger and softer
- Increasing display scaling (e.g., 125%, 150% in Windows) keeps the native resolution but enlarges UI elements — text stays sharp
For users on high-DPI monitors who find text too small, scaling is usually the better option than dropping resolution. Resolution changes are better suited to matching hardware output capabilities or troubleshooting display compatibility.
When Resolution Changes Don't Stick
Some users find that resolution resets after a reboot or reconnection. Common causes include:
- Generic display drivers installed instead of manufacturer-specific ones
- Monitor EDID communication issues (the handshake between monitor and GPU that reports supported modes)
- Loose or faulty cables causing the display to be re-detected with default settings
- Multiple user accounts with different display configurations on the same machine
Updating GPU drivers, using a higher-quality cable, and confirming your monitor's EDID data is being read correctly usually resolves persistent reset issues.
The right resolution for any given setup depends on the combination of your specific monitor's native panel, your GPU's output capabilities, the connection type you're using, and what you're actually trying to accomplish — whether that's maximum sharpness for design work, larger text for accessibility, or compatibility with a game or application. Those variables sit entirely on your side of the screen.