Finding your current screen resolution

Your system resolution is the number of pixels your monitor displays horizontally and vertically — something like 1920 × 1080 or 2560 × 1440. You can find this number in your display settings on Windows, Mac, or Linux in under a minute. The steps differ slightly by operating system, but the setting lives in the same place on each: your display or graphics preferences.

Knowing your resolution matters because it tells you whether your monitor is running at its sharpest setting, helps you troubleshoot blurry text or stretched images, and shows you what resolution your graphics card is actually pushing to the screen right now — which may differ from what the monitor is capable of.

Key Takeaways

  • On Windows, open Settings, select System, then Display to see your current resolution listed under "Display resolution".
  • On Mac, go to System Settings, click Displays, and your resolution appears under "Resolution" — look for "Scaled" if you see multiple options.
  • Your monitor may support a higher resolution than what your graphics card is currently sending, so check both the monitor manual and your system settings.
  • If text looks blurry or images appear stretched, your system may be running at a non-native resolution, and changing it back to the monitor's native setting usually fixes the problem.

Checking resolution on Windows 10 and 11

Open the Settings app by pressing the Windows key and typing "settings", then press Enter. Click System in the left sidebar, then select Display. Scroll down until you see "Display resolution" — the number shown there is your current resolution, usually expressed as width × height in pixels.

Below the resolution number, Windows also shows the refresh rate (how many times per second the image updates) and the scaling percentage (whether Windows is enlarging the image to make text readable). If you see "Recommended" next to the resolution, that means your monitor is running at its native resolution — the sharpest setting. If no recommendation appears, your monitor may be capable of a higher resolution than what your graphics card is sending.

Checking resolution on Mac

Click the Apple menu in the top-left corner and select System Settings. Click Displays in the sidebar. Your current resolution appears under the "Resolution" heading. If you see the word "Scaled" below the resolution options, your Mac is enlarging the display — click "Scaled" to see all available resolutions and choose a different one if needed.

On newer Macs with Apple Silicon chips, the resolution display works slightly differently: you may see options like "More Space" or "Default" instead of pixel counts. "More Space" means higher resolution (more pixels, smaller text), while "Default" means the resolution Apple set when you first started the Mac. Both are native resolutions your monitor supports.

Checking resolution on Linux

The steps vary depending on which desktop environment you use. On GNOME (the most common), click the system menu in the top-right corner, select Settings, then click Displays. Your current resolution appears in the Resolution dropdown. On KDE Plasma, go to System Settings, select Display and Monitor, then Displays, and your resolution is shown in the Resolution field.

If you use a different desktop environment, the menu path may differ, but the setting always lives under display or monitor settings. You can also open a terminal and type xrandr to see all connected monitors and their current resolutions in text form — this method works on any Linux system with X11 or Wayland.

Understanding what the numbers mean

A resolution like 1920 × 1080 means your monitor is displaying 1920 pixels wide and 1080 pixels tall. Higher numbers mean more pixels packed into the same screen size, which makes text and images sharper. A 27-inch monitor running 1920 × 1080 will have noticeably larger, blurrier text than the same monitor running 2560 × 1440, because the second resolution packs more pixels into the same physical space.

The first number (horizontal pixels) is almost always larger than the second (vertical pixels) on modern monitors, because most screens are wider than they are tall. Older monitors or tablets may show the opposite — for example, 1080 × 1920 on a portrait-oriented display. The aspect ratio (the relationship between width and height) is usually 16:9 on modern monitors, though some ultrawide displays use 21:9 or other ratios.

Why your system resolution might not match your monitor's maximum

Your monitor may be capable of displaying 2560 × 1440, but your graphics card might only be sending 1920 × 1080. This happens when your graphics card is older or less powerful than your monitor, or when the correct driver for your graphics card is not installed. You can check what your monitor is capable of by looking at the manual or the manufacturer's website, then comparing that number to what your system settings show.

If your monitor supports a higher resolution than what your system is showing, install or update your graphics driver. On Windows, right-click the desktop and look for "NVIDIA Control Panel", "AMD Radeon Settings", or "Intel Graphics Settings" depending on your graphics card brand. On Mac, graphics drivers update automatically through System Updates. On Linux, check your distribution's package manager for the latest driver for your specific graphics card.

Fixing blurry text or stretched images

If your text looks fuzzy or images appear stretched, your system is probably running at a resolution that is not native to your monitor. The native resolution is the one your monitor was designed to display — usually the highest one it supports. Change your resolution back to the native setting by going to your display settings and selecting the resolution marked "Recommended" (Windows) or the highest available option (Mac and Linux).

After you change the resolution, your desktop may look smaller or larger, and windows may resize themselves. This is normal. Give your eyes a moment to adjust — text that looked blurry at the wrong resolution should now appear sharp. If the text is now too small to read comfortably, you can increase the scaling or zoom level separately from the resolution, which enlarges everything without making it blurry.

Frequently Asked Questions

What is the difference between resolution and refresh rate?

Resolution is how many pixels your monitor displays (1920 × 1080). Refresh rate is how many times per second the image updates (60 Hz, 144 Hz). Both affect image quality, but in different ways — resolution affects sharpness, while refresh rate affects smoothness of motion.

Can I set my resolution higher than my monitor supports?

No. Your operating system will only show you resolutions that your graphics card and monitor combination can actually display. If you try to force a resolution your monitor does not support, the image will either not appear or will look distorted.

Why does my resolution look different on my laptop than on an external monitor?

Your laptop screen and external monitor have different native resolutions. When you connect an external monitor, your system detects it and may switch to that monitor's resolution. You can change which monitor is primary or set different resolutions for each in your display settings.

Is 1920 × 1080 good enough, or should I upgrade to a higher resolution?

It depends on your monitor size and how close you sit to it. On a 24-inch monitor, 1920 × 1080 looks sharp. On a 32-inch monitor, the same resolution looks noticeably blurry because pixels are larger. If text looks fuzzy to you, a higher resolution monitor will help.

My monitor supports 4K but my system only shows 1920 × 1080 — what is wrong?

Your graphics driver is likely outdated or missing. Update your graphics driver through Windows Update, your graphics card manufacturer's website, or your Linux distribution's package manager. If updating the driver does not help, your graphics card may not support 4K output.