Quick answer
What this guide helps you determine
Explain how 150% or 200% operating-system scaling makes browser CSS dimensions smaller than panel pixels.
Begin with the observable browser result, repeat it under the same conditions, and change one connection, setting or application at a time. A browser result narrows likely causes but does not certify hardware or decide a repair.
Scope of this check
A 3840×2160 panel commonly reports 1920×1080 CSS pixels at 200 percent scaling. This is expected: the operating system uses multiple physical pixels for one logical layout pixel so text and controls remain readable.
Step-by-step method
- Check the operating-system display panel for the selected native resolution and scaling percentage. Keep the browser window fully on the 4K display and record CSS screen size, viewport and devicePixelRatio.
- At 200 percent scaling, a DPR near 2 and CSS screen near 1920×1080 are broadly consistent with a 3840×2160 rendering context. Treat the multiplication as an estimate because zoom, browser behavior and multi-monitor mapping can intervene.
- Use the monitor on-screen menu and manufacturer documentation for the physical mode. If the operating system itself offers only a lower resolution, check graphics capability, driver, cable, adapter and port bandwidth.
What to check first
Use these checkpoints to keep the comparison focused. Record the visible behavior rather than assigning a fault label too early.
- Check devicePixelRatio
- Review operating-system scaling
- Move the window fully onto the target display
How to read what you see
| Observation | What it can suggest | Useful next check |
|---|---|---|
| OS shows 3840×2160 and DPR is near 2 | Logical CSS dimensions are reduced by normal scaling. | No resolution fault is indicated by the browser value alone. |
| OS cannot select 3840×2160 | The display link or graphics configuration may not support the mode. | Check port, cable, adapter, driver and monitor input. |
| Values change when window crosses monitors | Mixed-DPI monitor scaling is being applied. | Move the whole window to the target display and reload. |
Common mistakes to avoid
- Do not disable scaling solely to make a web number look larger.
- Do not buy a new monitor based on CSS dimensions.
- Do not assume every HDMI/DisplayPort cable supports every 4K refresh mode.
Build evidence another person can use
Write down the exact action, visible result and whether it repeats. Include the browser family, operating-system family, connection type and the single comparison that changed the result. Quote the observation directly—for example, “OS shows 3840×2160 and DPR is near 2”—then add where it occurred and which comparison changed it.
Change one condition per comparison and return settings that have no effect. Follow model-specific manufacturer instructions before firmware changes, cleaning, disassembly or warranty action.
When to seek qualified support
If the same problem remains in multiple applications and on another compatible connection or computer, collect the repeatable observations and contact the manufacturer or a qualified technician. Stop using equipment that is physically damaged, unusually hot, wet, sparking or unsafe. Device Test Bench cannot inspect electrical condition or make a repair decision.
Privacy during testing
Our public tests process key events, pointer values, media streams and controller input locally. Do not send private recordings, complete typed text or device identifiers when asking for help. A short description of the behavior, browser and page URL is normally enough.
Questions readers ask
Does 1920×1080 in JavaScript mean my 4K panel is running at 1080p?
Not necessarily. It can be the logical CSS size under 200 percent scaling while the physical mode remains 4K.
Why does browser zoom affect the comparison?
Zoom changes how CSS content maps into the rendering surface and can alter reported ratios in some contexts.
Primary technical references
The following specifications define the browser APIs discussed in this guide. They are primary web-platform references, not product repair manuals.