How much memory does my browser report?
See the rough device memory your browser reports in gigabytes, a deliberately coarse RAM hint. Detected live and privately, nothing uploaded.
The approximate amount of memory your browser reports is shown above, in gigabytes. Through the Device Memory API, some browsers expose a rough RAM figure so sites can decide how heavy an experience your device can handle. The value is deliberately coarse.
To limit fingerprinting, browsers round this to a small set of values, typically 0.25, 0.5, 1, 2, 4 or 8, and cap it at 8 even if you have far more. So a machine with 32 gigabytes still reports 8. It is a capability bucket, not a spec sheet reading.
Support is limited. Chromium-based browsers implement it; Safari and Firefox do not, so an empty value above just means your browser declines to share it. When present, treat it as a hint about class of device rather than a precise measurement.
What you should know
Why sites collect it
Sites use the memory hint to scale their experience: loading lighter assets, fewer background tasks, or a simpler interface on low-memory devices, and richer experiences where there is headroom. It helps pages stay responsive on modest hardware.
Privacy implications
Because it is rounded and capped, device memory is a low-entropy signal by design. It adds a little to a fingerprint but was deliberately blunted so it cannot pinpoint your exact hardware. An unusual bucket contributes slightly more.
How to change or hide it
There is no user setting to change the reported value directly. Browsers that do not implement the API (Safari, Firefox) reveal nothing, which is the most private outcome. The rounding already limits exposure where it is present.
Frequently asked questions
Why does my browser report only 8 GB when I have more?
The Device Memory API caps the reported value at 8 gigabytes and rounds it, on purpose, to reduce fingerprinting. It is a coarse hint, not your true RAM.
Why is my device memory blank?
Your browser likely does not implement the Device Memory API. Safari and Firefox do not, so they report nothing here.