Mac wallpaper size: a Retina display wants twice the pixels its menus report
SECTION
DEVICESANSWERS
mac wallpaper sizeREAD
6 minFIGURE
diagramMac wallpaper size is the panel's native pixel count and not the figure macOS reports in Displays, because a Retina Mac carries two pixels for every point in each direction, so a MacBook Air 13 in that reports 1280 x 832 wants a file at 2560 x 1664.
That doubling is the whole page. Almost every complaint about a soft or pixelated Mac background traces back to a file built at the reported point size instead of the real pixel size, and the fix costs nothing except starting with a bigger original. Below are the numbers for current Apple displays, the numbers for the external monitors people plug them into, and what to do when one file has to serve several machines.
Why macOS reports 1280 x 832 for a panel of 2560 x 1664
macOS reports points, the panel has pixels, and on a Retina display there are exactly 2 pixels per point in each direction. A point is a unit of layout, not of hardware: it exists so that text and buttons stay the same physical size on a dense screen instead of shrinking to nothing. When the Displays settings tells you a MacBook Air 13 in looks like 1280 x 832, it is describing the layout grid, and the hardware underneath it is 2560 x 1664.
The consequence for a wallpaper is direct. Build a file at 1280 x 832 and macOS has to double it in each direction to cover the panel, which means every pixel you supplied is painted as four. The result is soft edges, a slightly mushy look on flat color, and visible steps on any diagonal line. Anime art shows this faster than photography does, because hard black outlines and large flat fills have nothing to hide behind. Nothing about the display is at fault. The file was half the size it needed to be.
Native pixel dimensions for current Mac displays
These are the pixel dimensions to build to, with the point sizes beside them so you can tell which number a settings pane or an online chart is quoting you.
| Display | Native pixels | Reported points | Scale |
|---|---|---|---|
| MacBook Air 13 in (M-series) | 2560 x 1664 | 1280 x 832 | 2x |
| MacBook Pro 14 in | 3024 x 1964 | 1512 x 982 | 2x |
| MacBook Pro 16 in | 3456 x 2234 | 1728 x 1117 | 2x |
| iMac 24 in | 4480 x 2520 | 2240 x 1260 | 2x |
| Studio Display 27 in | 5120 x 2880 | 2560 x 1440 | 2x |
Two things in that table catch people out. The point column contains numbers that look like famous resolutions: the Studio Display reports 2560 x 1440, which is also the real pixel count of an ordinary QHD monitor, so a file that is genuinely correct for a 27 in PC monitor is exactly half of what the Apple panel wants. And no laptop in the list is 16:9: they sit near 16:10, so a standard widescreen file loses a strip from each side under Fill.
External monitors, and the sizes that are not Apple's
External monitor sizes are simpler than Mac panel sizes, because a monitor reports what it has. There is no point and pixel split to unpick: a display sold as 2560 x 1440 has that many pixels, and a wallpaper at that size is correct.
| Monitor | Pixels | Aspect |
|---|---|---|
| FHD, the most common desktop resolution in the world | 1920 x 1080 | 16:9 |
| QHD, the common 27 in monitor | 2560 x 1440 | 16:9 |
| 4K UHD | 3840 x 2160 | 16:9 |
| 5K | 5120 x 2880 | 16:9 |
| Ultrawide, the standard 34 in panel | 3440 x 1440 | 21:9 |
| Super ultrawide, the 49 in class | 5120 x 1440 | 32:9 |
A monitor advertised as 4K is almost always 3840 x 2160. DCI 4K at 4096 x 2160 is a cinema standard and you are unlikely to meet it on a desk. Note also that 4K UHD is four times the pixel count of 1920 x 1080, not twice, because both axes doubled.
Shape decides the crop, and shape is not the same as size
Aspect ratio decides how much of your picture survives, and it is independent of how many pixels the file has. A 16:9 file on a 21:9 ultrawide, scaled to fill the width, keeps roughly 74% of its original height, which is about 13% cut off the top and the same off the bottom. The same file on a Mac laptop near 16:10 loses a narrower strip from each side, and on a phone at 19.5:9 it loses almost everything: to fill the height of that shape the file has to be about 3.85 times as wide as the screen.
This is why the same picture is a different file on every device you own, and why a crop that fits your MacBook may put the subject's face half off the edge of a monitor. Every screen wants one pair of numbers, so crop deliberately for each one rather than letting Fill Screen choose for you.
One file for several Macs, and how far to oversize it
To cover several Macs with one file, build to the largest panel in the set and let macOS scale down for the rest, because downscaling discards pixels while upscaling has to invent them. A file at 5120 x 2880 covers every display in the Apple table above. A file at 3840 x 2160 covers the laptops but is short of the iMac 24 in and short of the Studio Display 27 in.
- Build to the largest panel you own, then reuse the file downward.
- Crop separately for any screen whose aspect ratio differs, rather than trusting Fill.
- Keep the master file, since a second crop from a resized copy loses more each time.
Saving the file so the size survives
The format decides whether the pixels you built survive to the screen. PNG is lossless and holds flat cel color and line art without banding, at the cost of a large file. JPEG is lossy and bands badly on the soft gradients and flat fills that anime backgrounds are made of. WebP is roughly 25 to 35% smaller than JPEG at similar quality, and AVIF supports 10-bit color, which largely removes banding. Banding itself is the visible stepping in a smooth gradient, and it happens because 8-bit color offers only 256 levels per channel.
Motion is sized by the same rule. A live wallpaper is a video your device never stops decoding, and it is scaled to the panel's native pixels exactly as a still is, so the frame size to render is the pixel column above and not the point column. Wallpaper Engine is a Steam program that plays those animated wallpapers, and it is Windows only.
A WINDOWS DETAIL WORTH KNOWING
Windows re-encodes desktop wallpaper as JPEG by default, which is why a clean PNG can look blocky the moment it is set. macOS does not do this. If you keep the same picture on a Mac and a PC, the PC copy is the one that will show artifacts first.