How to Adjust the Size of Your Monitor Screen
Whether your display looks stretched, too small, or just slightly off, adjusting your monitor screen size is one of those tasks that sounds simple — but has more layers than most people expect. The fix depends on what kind of "size" you're actually dealing with, your operating system, and your hardware setup.
What Does "Screen Size" Actually Mean Here?
Before diving into settings, it helps to separate the two things people usually mean when they say they want to adjust their screen size:
- Display resolution — how many pixels are packed into the screen, affecting sharpness and how much content fits
- Display scaling — how large text, icons, and interface elements appear on screen
These are related but not the same. Changing resolution makes everything physically larger or smaller. Changing scaling adjusts the apparent size of interface elements without changing the resolution itself.
There's also a third scenario: your monitor's physical image size is misaligned — black bars on the sides, or the image is slightly overscanned beyond the edges. That's a different fix entirely.
Adjusting Screen Size on Windows
Changing Resolution
- Right-click the desktop and select Display Settings
- Scroll to Display Resolution
- Choose from the dropdown list
Windows will flag the recommended resolution — this is your monitor's native resolution, and it's almost always the best choice for sharpness. Going below native resolution makes everything look softer or blurry, because pixels are being scaled up to fill the screen.
Changing Display Scaling
If the native resolution makes everything look too small:
- Go to Settings → System → Display
- Under Scale, choose a percentage (100%, 125%, 150%, etc.)
- Sign out and back in if prompted
Scaling is especially useful on high-DPI displays (sometimes called Retina-style panels on Windows), where native resolution is so high that text becomes tiny without scaling applied.
Adjusting Screen Size on macOS
macOS handles this through System Settings → Displays.
You'll see options labeled as Larger Text, Default, or More Space. These are actually resolution+scaling combinations Apple packages together for simplicity.
- Larger Text runs at a lower effective resolution, making everything bigger
- More Space runs at a higher effective resolution, fitting more on screen
- Default is Apple's recommended balance for that specific display
On Retina displays, Apple renders everything at 2x internally and then downscales — so even "More Space" still looks sharp compared to a non-Retina panel at the same resolution.
Adjusting via the Monitor's Physical Controls
Some size issues aren't in the OS at all — they're in the monitor hardware itself. 🖥️
Most monitors have an OSD (On-Screen Display) accessed through buttons on the panel (often on the bottom edge or back). Inside the OSD menu you'll typically find:
| Setting | What It Does |
|---|---|
| Aspect Ratio | Forces 16:9, 4:3, or auto-fit |
| Image Size / Zoom | Stretches or shrinks the image to fill the panel |
| Overscan / Underscan | Adjusts whether the image bleeds past screen edges |
| H-Position / V-Position | Moves the image left/right or up/down |
These controls matter most when connecting via HDMI to a TV used as a monitor, or when using older analog connections like VGA, where the signal and panel don't always auto-negotiate sizing correctly. HDMI overscan is a common culprit for cut-off edges.
Adjusting Screen Size on Linux
On most Linux distributions using GNOME:
- Go to Settings → Displays
- Adjust Resolution or Scale (100%, 200%)
For finer control, the xrandr command-line tool lets you set custom resolutions and scaling factors. For example:
xrandr --output HDMI-1 --scale 1.5x1.5 KDE Plasma has similar options under System Settings → Display and Monitor → Display Configuration.
Common Scenarios and What Drives the Right Approach
| Situation | Likely Fix |
|---|---|
| Text is too small at native resolution | Increase OS display scaling |
| Image looks blurry or soft | You're below native resolution — restore it |
| Black bars on sides of image | Check aspect ratio in monitor OSD or OS settings |
| Image cut off at edges | Disable overscan in monitor OSD (common with HDMI/TV combos) |
| Multiple monitors with different sizes | Set per-display scaling in OS display settings |
| External monitor connected to laptop | Check if secondary display resolution is set independently |
The Variables That Make This Personal ⚙️
What the "right" adjustment looks like depends on factors that vary from setup to setup:
- Monitor size and resolution — a 27-inch 4K display has very different scaling needs than a 24-inch 1080p panel
- Viewing distance — closer setups (desk monitors) need different scaling than displays viewed from a distance
- OS version — scaling behavior has changed across Windows 10, 11, and different macOS versions
- GPU and driver state — outdated graphics drivers can cause resolution options to be missing or limited
- Connection type — HDMI, DisplayPort, VGA, and USB-C each handle resolution signaling differently
- Application behavior — some older apps don't respond well to high DPI scaling, appearing blurry even when the OS is configured correctly
One person's "everything looks too small" on a 4K display is solved by scaling. Another person's "image doesn't fill the screen" is a monitor OSD issue. Someone connecting a laptop to a TV over HDMI might be dealing with overscan that has nothing to do with OS settings at all.
Understanding which layer — OS resolution, OS scaling, or monitor hardware — is causing your display issue is the first step. The specific fix falls out from there, and it depends entirely on what your hardware, operating system, and connection type are actually doing.