Most guides about increasing VRAM get this wrong from the start: they present Windows registry edits and BIOS tweaks as universal solutions when they only apply to a specific type of GPU. If you have a discrete graphics card — a dedicated GPU like an RTX 4060 or RX 7600 — no software can add to your VRAM. The chips are soldered to the board. What you can do is reduce how much VRAM games consume, which has exactly the same practical effect as having more. This guide covers both: the real methods for the cases where they work, and the optimisation steps that help everyone.
If GPU memory terminology is unfamiliar, start with Game Settings Explained for the fundamentals. For broader performance improvements alongside VRAM management, pair this with our PC Optimisation hub.
What VRAM Actually Does
VRAM (Video RAM) is your GPU’s private, high-speed memory pool. It stores everything the GPU needs instant access to while rendering each frame: texture maps, shadow data, geometry buffers, the current and previous frame’s pixel data for temporal effects like DLSS and FSR, and working memory for computations like ray tracing.
The critical property of VRAM is bandwidth. GDDR6 memory — standard on current mid-range GPUs — delivers roughly 300–500 GB/s. GDDR6X, used on high-end NVIDIA cards, pushes past 900 GB/s. Your system RAM, by comparison, delivers 50–90 GB/s for DDR4 or DDR5. That’s a 6–10x difference.
When a game exceeds your VRAM capacity, the GPU has to fetch assets from system RAM across the PCIe bus. Even PCIe 4.0 x16 — the fastest consumer interface — delivers around 32 GB/s bidirectional. The GPU is now working with a pipeline 10–30 times slower than normal for asset streaming. The result is the characteristic VRAM-exhaustion signature: decent average frame rate punctuated by hard stutters and texture pop-in that no in-game setting can cure, because the data simply isn’t where it needs to be when it needs to be there.
How Much VRAM Do You Actually Need?
| Resolution | Minimum VRAM | Recommended (2025+ titles) |
|---|---|---|
| 1080p | 6GB | 8GB |
| 1440p | 8GB | 12GB |
| 4K | 12GB | 16–24GB |
These figures assume moderate texture quality for each resolution tier. Ray tracing adds 1–3GB on top regardless of resolution. Heavy texture mods for open-world games — Cyberpunk 2077, Skyrim SE, RDR2 — can add 1–2GB beyond the base game. An 8GB card running 1440p with high textures and ray tracing enabled will hit VRAM limits in most 2024 and 2025 releases.

Can You Actually Increase VRAM?
The answer depends on your GPU type:
- Discrete GPU (NVIDIA GeForce, AMD Radeon RX): No. The GDDR6 or GDDR6X chips are soldered to the PCB. No software change adds physical memory. What Windows shows as “Shared GPU Memory” in Task Manager is system RAM the OS reserves as an overflow buffer — technically accessible by the GPU, but at the PCIe bandwidth penalty described above. This is not extra VRAM in any useful sense.
- Integrated GPU / APU (Intel Iris Xe, AMD Ryzen integrated graphics): Yes. iGPUs don’t have dedicated VRAM chips — they carve their memory pool out of system RAM. The BIOS controls how much is pre-allocated. Increasing this allocation gives the iGPU a larger, guaranteed working pool.
How to Increase VRAM in BIOS (iGPU and APU Users Only)
This section applies if you’re gaming on a system without a discrete GPU: a laptop with Intel or AMD integrated graphics, a desktop Ryzen APU system (Ryzen 5 5600G, 8600G, or similar), or a mini PC. If you have a dedicated graphics card, skip ahead to the optimisation section — this BIOS change does nothing for you.
- Restart and enter BIOS. Press Del, F2, or F10 during POST — the key is usually displayed briefly on screen during boot. Laptops often use F2 or a dedicated button combination.
- Navigate to graphics settings. The path varies by BIOS. Common routes: Advanced → North Bridge → Graphics Configuration, or Advanced → AMD CBS → NBIO Common Options → GFX Configuration.
- Find the VRAM allocation setting. AMD APU systems label this UMA Frame Buffer Size. Intel integrated graphics systems use DVMT Pre-Allocated. Available values typically range from 64MB up to 2GB depending on the platform.
- Increase the allocation. On a system with 16GB RAM or more, 1GB is a reasonable target. On 8GB, stay at 512MB — allocating more will noticeably reduce available system RAM, which hurts performance in a different way.
- Save and restart. The iGPU will now have a larger pre-allocated pool and should handle more demanding games at 720p or 1080p low settings with reduced stutter.
If you can’t find the setting: some BIOS versions hide it or don’t expose it at all. Check your motherboard or laptop manufacturer’s documentation for your specific model.
Reduce VRAM Usage in Games (The Real Fix for Discrete GPU Owners)
For discrete GPU users, settings optimisation is the actual solution. Reducing what the game loads into VRAM has the same practical effect as having more of it — and the highest-impact settings are often not the ones that look most impressive in static screenshots.
| Setting | VRAM Saved (approx.) | Visual Trade-off |
|---|---|---|
| Texture Quality: Ultra → High | 0.5–2GB | Hard to notice during active gameplay |
| Ray Tracing: On → Off | 1–3GB | Significant — loses reflections and global illumination |
| Shadow Quality: Ultra → High | 0.2–0.8GB | Subtle at normal view distance |
| Render Resolution: 100% → 75% + DLSS/FSR | 0.3–1GB | Sharpness — upscaling recovers most of it |
| Ambient Occlusion: HBAO+ → SSAO | 0.1–0.3GB | Contact shadows — minor difference |
The single most effective change is almost always Texture Quality. Dropping from Ultra to High typically frees 0.5–2GB depending on the game, with a visual difference that’s difficult to detect during actual play — as opposed to side-by-side screenshot comparisons. Ray tracing is the other major lever: disabling it entirely can free 1–3GB and frequently eliminates the stutter that 8GB card owners experience in Cyberpunk 2077 and Alan Wake 2.
Several modern games include a built-in VRAM usage indicator in their graphics menu — Cyberpunk 2077, Hogwarts Legacy, and Monster Hunter Wilds all show a real-time VRAM bar. Use these to target a comfortable margin below your card’s capacity. Leave 200–400MB free to account for the desktop compositor and any background apps sharing VRAM.
How to Monitor Your VRAM Usage
Knowing your actual VRAM consumption during gaming tells you exactly where the pressure is:
- MSI Afterburner + RivaTuner Statistics Server: The most detailed option. Configure the on-screen display to show “GPU Memory Used” in MB — updates every second in real time while you play. The same tool used for GPU temperature monitoring in the PC Optimisation guide.
- GPU-Z Sensors tab: Shows dedicated VRAM usage and memory clock speed. Best for pre-game checks rather than in-game monitoring since it runs in a separate window.
- Task Manager → Performance → GPU: Shows Dedicated GPU Memory Used vs total, plus Shared GPU Memory. No extra software required, but less precise than Afterburner.
If Afterburner shows VRAM usage consistently within 200MB of your GPU’s total during normal gameplay, you’re at the edge. Stutter frequency will increase as scenes change and new assets load. Reduce texture quality first — it’s the fastest, highest-impact adjustment.
Frequently Asked Questions
Does adding more system RAM increase VRAM?
Not for discrete GPUs. More system RAM increases the shared GPU memory pool that Windows allocates as an overflow buffer, visible in Task Manager — but this memory runs over PCIe at a fraction of GDDR6 bandwidth. It can reduce some crashes but won’t cure VRAM-exhaustion stutter. For iGPU users, more system RAM does give the integrated GPU a larger pool to draw from when the BIOS allocation is set to auto.
My GPU shows 4GB dedicated + 8GB shared — can I use all 12GB?
Technically yes, but the 8GB shared is system RAM accessed over PCIe. When a game overflows into it, you’ll see the characteristic VRAM-exhaustion stutter regardless of that number. The shared pool is an emergency buffer, not equivalent usable capacity. Treat your dedicated VRAM figure as your real limit.
Is there a registry tweak that increases VRAM?
No. The “DedicatedSegmentSize” registry value that circulates online changes what Windows reports as dedicated GPU memory — it doesn’t allocate real memory. Games read actual hardware VRAM via DirectX APIs directly, not this registry key. The tweak does nothing functional.
My 4GB card is struggling in every new game — what are my options?
Short-term: Medium textures, ray tracing off, DLSS or FSR in Performance mode. This combination gets most 4GB cards through 1080p gaming in current titles. Long-term: 4GB is below the functional floor for 2024+ games at their intended settings. A GPU upgrade to 8GB minimum is the only permanent fix — our PC Optimisation hub covers the upgrade decision in more detail.
