How to change Android screen resolution: Samsung, Pixel, OnePlus
Most Android phones don’t let you change resolution at all. That surprises people because the manufacturer spec sheet says things like “3088×1440 QHD+” — and then the browser reports something much smaller.
The disconnect is DPR. Your phone’s CSS viewport is always smaller than the hardware resolution by exactly the Device Pixel Ratio. An S24 Ultra running QHD+ reports 384×832 to browsers even though the panel is 3088×1440. That’s a DPR of about 4.
Check what you’re actually running first: open screenres.app on your phone and it’ll show your current CSS viewport and DPR. Multiply them and you’ve got your hardware resolution. Then figure out if your phone even lets you change it.
Samsung Galaxy
Samsung is the only major Android brand that consistently lets you switch between resolution tiers. The option exists on most Galaxy S and Z series phones from the S8 onward.
- Settings → Display → Screen resolution
- Choose from the available tiers:
- HD+ (720p equivalent) — maximum battery savings, softer text
- FHD+ (1080p equivalent) — default on most Galaxy phones, best balance
- QHD+ (1440p equivalent) — sharpest output, ~10% more battery drain
- Tap Apply. Screen goes black for a second, comes back at the new setting.
Not every Galaxy shows all three options. Budget Galaxy A series typically only offer FHD+ and HD+. The QHD+ option requires a panel that physically supports it.
After changing, recheck screenres.app — the DPR value will update to reflect the new resolution tier.
Google Pixel
Pixel phones don’t have a resolution toggle. The display runs at a fixed resolution and you can’t change it through any official setting.
What Pixel does offer is Display size — which is scaling, not resolution:
- Settings → Display → Display size and text
- Drag the Display size slider left (smaller) or right (larger)
This makes UI elements and text bigger or smaller on screen. It doesn’t change the underlying pixel count. Your browser will still report the same resolution regardless of where the slider sits.
If you want your Pixel display running efficiently, leave it at the default. Pixel phones ship at sensible resolution-to-PPI ratios by default; no adjustment needed.
OnePlus
OnePlus splits the setting depending on the model:
OnePlus 12, 11, 10 Pro and similar flagships:
- Settings → Display → Resolution
- Options vary by model: QHD+ (2772×1240) or FHD+ (2412×1080)
- Select and confirm
Older OnePlus models (8 series and below): The resolution toggle may not exist. Some models only shipped at FHD+ with no option to change.
Other Android brands
| Brand | Resolution toggle | Notes |
|---|---|---|
| Samsung Galaxy S/Z | Yes | HD+ / FHD+ / QHD+ options |
| Samsung Galaxy A | Partial | FHD+ / HD+ only on most models |
| Google Pixel | No | Fixed resolution, scaling only |
| OnePlus (2022+) | Yes | QHD+ / FHD+ on flagships |
| Xiaomi / Redmi | Rarely | Some flagships only |
| Nothing Phone | No | Fixed FHD+ |
| Motorola | No | Fixed resolution |
| Sony Xperia | No | Fixed resolution (usually 4K on Z series) |
Resolution option missing
If you don’t see a resolution option under Settings → Display, your phone doesn’t support it. This is the normal state for most Android phones.
Your options:
- Check Display size instead — Settings → Display → Display size or Font size. This adjusts scaling, not resolution, but it affects how much content fits on screen.
- Check if a software update added it — some OEM updates add or remove settings. Update your phone and check again.
- Accept the default — manufacturers set the default resolution at the right balance for that panel. Changing it is an optimization, not a requirement.
QHD vs FHD: which to use
| Factor | QHD+ | FHD+ |
|---|---|---|
| Sharpness | Marginally better | Excellent for most use |
| Battery | ~5-10% more drain | Better life |
| Gaming | Heavier GPU load | Smoother framerates |
| Streaming | No visible difference on a phone screen | Same |
| Recommended for | Power users, photo editing | Everyone else |
At phone viewing distances (25-35cm), the sharpness difference between QHD+ and FHD+ is genuinely hard to see. FHD+ is the right default for most people.
Check your current resolution and DPR at screenres.app — it works on mobile browsers and updates in real time when you change your resolution setting.