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.

  1. Settings → Display → Screen resolution
  2. 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
  3. 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:

  1. Settings → Display → Display size and text
  2. 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:

  1. Settings → Display → Resolution
  2. Options vary by model: QHD+ (2772×1240) or FHD+ (2412×1080)
  3. 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

BrandResolution toggleNotes
Samsung Galaxy S/ZYesHD+ / FHD+ / QHD+ options
Samsung Galaxy APartialFHD+ / HD+ only on most models
Google PixelNoFixed resolution, scaling only
OnePlus (2022+)YesQHD+ / FHD+ on flagships
Xiaomi / RedmiRarelySome flagships only
Nothing PhoneNoFixed FHD+
MotorolaNoFixed resolution
Sony XperiaNoFixed 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:

  1. 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.
  2. Check if a software update added it — some OEM updates add or remove settings. Update your phone and check again.
  3. 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

FactorQHD+FHD+
SharpnessMarginally betterExcellent for most use
Battery~5-10% more drainBetter life
GamingHeavier GPU loadSmoother framerates
StreamingNo visible difference on a phone screenSame
Recommended forPower users, photo editingEveryone 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.