How to Change Desktop Resolution on Windows, Mac, and Linux

Adjusting your desktop resolution is one of the most common display tweaks users make — whether you're setting up a new monitor, fixing a blurry screen, or optimizing for a specific workflow. The process is straightforward on most systems, but the right resolution for your setup depends on more variables than most people realize.

What Desktop Resolution Actually Means

Screen resolution describes the number of pixels displayed horizontally and vertically on your screen — written as width × height (e.g., 1920×1080). More pixels generally means sharper detail and more screen real estate. Less pixels means larger, chunkier visuals but sometimes better performance or readability on smaller displays.

Common resolutions you'll encounter:

ResolutionCommon NameTypical Use Case
1280×720HDOlder monitors, small screens
1920×1080Full HD / 1080pStandard desktop and laptop use
2560×1440QHD / 2KMid-range monitors, creative work
3840×21604K / UHDLarge monitors, video/photo editing

Your monitor has a native resolution — the pixel count it was physically built for. Running at native resolution produces the sharpest image. Running below it introduces interpolation, where the display stretches fewer pixels across more physical space, which can look soft or slightly blurry.

How to Change Resolution on Windows

Windows 10 and Windows 11:

  1. Right-click on an empty area of your desktop
  2. Select Display settings
  3. Scroll to Scale & layout
  4. Under Display resolution, open the dropdown menu
  5. Select your preferred resolution
  6. Confirm the change when prompted — Windows gives you 15 seconds to revert if something looks wrong

Windows will flag your monitor's native resolution with a (Recommended) label. You can change it freely, but that label exists for a reason.

If you're running multiple monitors, each display gets its own resolution setting. Click on the monitor diagram at the top of Display settings to select which screen you're adjusting.

How to Change Resolution on macOS 🖥️

Apple handles resolution a little differently because of its Retina display system, which uses pixel doubling to render sharper text and images.

  1. Open System Settings (macOS Ventura and later) or System Preferences (older macOS)
  2. Go to Displays
  3. You'll see either a slider or preset options labeled from "Larger Text" to "More Space"

What macOS calls "resolution options" are actually scaled display modes — they simulate different resolutions while using the screen's full pixel count underneath. The "Default for display" option is Apple's recommended balance of sharpness and space.

On external monitors connected to a Mac, you get more traditional resolution options, often accessible by holding the Option key while clicking "Scaled" to reveal the full list.

How to Change Resolution on Linux

The method varies by desktop environment, but the most common paths are:

GNOME (Ubuntu, Fedora, etc.):

  • Settings → Displays → Resolution dropdown

KDE Plasma:

  • System Settings → Display and Monitor → Resolution

Via terminal (all distros): The xrandr command gives you full control. Running xrandr alone lists connected displays and available resolutions. To apply one:

xrandr --output HDMI-1 --mode 1920x1080 

Replace HDMI-1 with your display name as listed and 1920x1080 with your target resolution.

Factors That Affect Which Resolution Works for You

This is where it gets more personal. Several variables determine what resolution makes sense beyond simply picking the highest one available:

Monitor size and pixel density. A 27-inch 1080p monitor looks noticeably softer than a 24-inch one at the same resolution because the pixels are spread across more physical space. Pixels per inch (PPI) matters as much as raw resolution numbers.

GPU capability. Your graphics card needs to support the resolution and refresh rate you're targeting — especially relevant at 4K or on older hardware. Higher resolutions push more data through your GPU every frame.

Connection type. The cable between your PC and monitor can be a limiting factor. HDMI 1.4, for example, caps 4K at 30Hz. DisplayPort 1.2 and HDMI 2.0 support 4K at 60Hz. Running a high-resolution monitor through an older cable may restrict your available options.

Scaling behavior. At very high resolutions on smaller screens, UI elements (icons, text, menus) can become tiny. Operating systems handle this through display scaling — Windows' 125% or 150% scaling, macOS Retina modes — but app support for scaling varies. Some older applications look pixelated or misaligned at non-100% scale.

Use case. 🎮 Gamers sometimes intentionally drop below native resolution for higher frame rates. Video editors and designers often prioritize the highest native resolution available. General office users may find a lower resolution more comfortable for reading over long sessions.

When Resolution Changes Don't Stick or Look Wrong

If your monitor reverts to a lower resolution after restarting, check your graphics driver — an outdated or missing driver often causes this. Updating GPU drivers through Windows Update, AMD Adrenalin, or NVIDIA GeForce Experience usually resolves it.

If a resolution you expect isn't listed, the limitation may be coming from your cable, port, or GPU rather than the monitor itself. Switching from HDMI to DisplayPort, or updating firmware on a newer display, sometimes unlocks options that weren't appearing.

Custom resolutions can also be added manually through NVIDIA Control Panel or AMD Software, which is useful when a non-standard resolution works better for a specific monitor or workflow.

The Variables That Make This Personal ⚙️

The steps above will get the resolution changed on nearly any system. But whether 1080p, 1440p, or 4K is the right target — and whether your hardware, cables, GPU, and scaling settings actually support it cleanly — depends entirely on the specific monitor, machine, and workflow you're working with. Those variables don't have a universal answer.