How to Check VRAM on Windows 11 and Windows 10

To check your VRAM in Windows 11 or Windows 10, press Ctrl + Shift + Esc, select Performance, and click GPU.
If you have a dedicated NVIDIA or AMD graphics card, read the total shown under Dedicated GPU memory. For example, 2.1/8.0 GB means that approximately 2.1GB is currently in use out of 8GB of physical VRAM.
If you have integrated Intel or AMD graphics, do not rely only on a 128MB or 512MB dedicated-memory figure. Integrated graphics normally use system memory dynamically.
This guide shows three built-in Windows methods, explains which number you should read, and clarifies the difference between dedicated and shared GPU memory.
Quick answer
Open Task Manager → Performance → GPU. For a dedicated graphics card, check Dedicated GPU memory. For integrated graphics, check the GPU model, shared memory and total system RAM instead of treating a small dedicated-memory value as the GPU’s complete capacity.
Quick Steps: How Much VRAM Do I Have?
- Press Ctrl + Shift + Esc to open Task Manager.
- Select Performance.
- Click GPU 0, GPU 1, or the GPU you want to check.
- Find Dedicated GPU memory and Shared GPU memory below the performance graphs.
Microsoft identifies Task Manager as Windows’ built-in system monitor and confirms that Ctrl + Shift + Esc opens it directly. See Microsoft’s Windows system tools guide.
What the Task Manager values mean
| Task Manager value | What it means |
| Dedicated GPU memory | Memory dedicated to the selected GPU. On a discrete graphics card, this normally represents its physical VRAM. |
| Shared GPU memory | System RAM that Windows may allow the GPU to use. It is not necessarily reserved or currently occupied. |
| GPU memory | Current combined use of dedicated and shared GPU memory. |
| Dedicated GPU memory usage | How much dedicated memory the selected GPU is using now. |
| Shared GPU memory usage | How much system memory the GPU is using now. |
Microsoft’s graphics-memory examples show dedicated and shared memory as separate values and warn, by implication, against treating their combined total as physical VRAM. See Examples of graphics memory reporting.
Method 1: Check VRAM with Task Manager
Task Manager is the fastest method when you want to see both GPU memory capacity and real-time usage.
Step 1: Open Task Manager
Press:
Ctrl + Shift + Esc
You can also right-click the Start button and select Task Manager.
Step 2: Open Performance
Select Performance from the left side of the window. If Task Manager opens in a simplified view on an older Windows installation, select More details first.
Step 3: Select the correct GPU
Click GPU 0, GPU 1, or another listed graphics processor.
A computer with both integrated and dedicated graphics may show two GPUs. For example:
- GPU 0: Intel or AMD integrated graphics
- GPU 1: NVIDIA or AMD dedicated graphics
These numbers are not universal. Check the GPU name displayed in the upper-right corner rather than assuming GPU 0 is always integrated graphics.
Step 4: Read the capacity and usage
Look below the graphs for Dedicated GPU memory and Shared GPU memory.
For example:
2.1/8.0 GB Dedicated GPU memory
means that the GPU is currently using approximately 2.1GB out of 8GB of dedicated memory. Do not confuse the number before the slash with the total capacity.

Method 2: Check Dedicated Video Memory in Display Settings
Display adapter properties provide another quick way to see how Windows reports graphics memory for the selected display adapter.
- Right-click an empty area of the desktop.
- Select Display settings.
- Open Advanced display.
- Select the appropriate display if you use more than one monitor.
- Click Display adapter properties for Display 1.
- Open the Adapter tab.
Windows may show:
| Display adapter value | Meaning |
| Total Available Graphics Memory | The total graphics memory Windows may make available, including dedicated and shared memory. |
| Dedicated Video Memory | Dedicated video memory reported by the graphics driver. |
| Shared System Memory | The maximum system RAM Windows may make available to the GPU. |
Do not treat Total Available Graphics Memory as the amount of physical VRAM installed on a graphics card.
On a laptop with hybrid graphics, Display adapter properties may describe the adapter connected to the selected display rather than every GPU in the computer. Check each GPU in Task Manager if the system has both integrated and dedicated graphics.
Method 3: Check VRAM with DxDiag
The DirectX Diagnostic Tool is useful when you also need the GPU model, driver information and DirectX details.
- Press Windows + R.
- Type dxdiag.
- Press Enter.
- Open the Display or Render tab.
- Look for Display Memory (VRAM), Dedicated Memory, or Approx. Total Memory.
If the PC has more than one GPU, DxDiag may show more than one Display or Render tab. Check every relevant tab.
Approx. Total Memory may include memory that Windows can share with the GPU, so it should not automatically be interpreted as physical VRAM.
Which VRAM Number Should You Read?
The correct number depends on the type of GPU.
| GPU type | Number to check | Common mistake to avoid |
| NVIDIA or AMD discrete GPU | Total Dedicated GPU memory | Do not add shared system memory and call the result physical VRAM. |
| Intel or AMD integrated GPU | GPU model, shared memory and total system RAM | Do not assume 128MB or 512MB is the GPU’s complete usable memory. |
| Laptop with two GPUs | Check GPU 0 and GPU 1 separately | Do not assume the first GPU listed is the dedicated GPU. |
For a discrete graphics card, dedicated GPU memory normally represents the physical video memory used by that GPU.
Integrated graphics are different. They normally share system memory with the CPU, so there may be no single fixed physical-VRAM capacity comparable to a dedicated graphics card.
Why Does My Integrated GPU Show Only 128MB of VRAM?
Seeing 128MB of dedicated video memory does not necessarily mean an integrated GPU can use only 128MB.
Intel explains that its graphics driver may report a fictitious 128MB of dedicated video memory for compatibility with applications that do not correctly understand unified-memory graphics. The GPU can use additional system memory dynamically when required. See Intel’s graphics memory FAQ.
For example, a system might report:
- 128MB dedicated video memory
- 7.9GB shared system memory
- A much larger total available graphics-memory figure
The 128MB value does not mean that the integrated GPU is physically limited to 128MB. Shared system memory represents a limit Windows may make available; it is not necessarily reserved or permanently occupied.
Key point: For an integrated GPU, check the exact GPU model, system RAM capacity and memory configuration. Do not judge graphics performance from the small dedicated-memory value alone.
How to Check Current VRAM Usage
Checking current usage can help determine whether a game or application is approaching the available GPU-memory limit.
- Open Task Manager.
- Select Performance.
- Choose the GPU used by the application.
- Start the game or application.
- Watch Dedicated GPU memory usage and Shared GPU memory usage.
Test the application under a realistic workload. For a game, load an actual level rather than checking only the main menu. For video editing or 3D software, open a representative project.
Check GPU memory by application
To see which programs are using GPU memory:
- Open Task Manager.
- Select Details.
- Right-click a column heading.
- Choose Select columns.
- Enable Dedicated GPU memory, Shared GPU memory, GPU, and GPU engine.
For the most reliable overall GPU-memory figure, use the Performance section. Microsoft has documented cases where some per-process GPU-memory counters can report incorrect values even while the Performance pane remains accurate.

Can You Increase VRAM?
Dedicated graphics cards
You normally cannot increase the physical VRAM installed on a dedicated graphics card.
If a game or professional application requires more VRAM, the practical options are to:
- Reduce texture quality or rendering resolution.
- Close other GPU-intensive applications.
- Use less memory-intensive project settings.
- Choose a graphics card or computer with more dedicated VRAM.
Adding system RAM does not add physical VRAM to a dedicated graphics card.
Integrated graphics
Some computers provide a BIOS or UEFI option named:
- UMA Frame Buffer Size
- DVMT Pre-Allocated
- Integrated Graphics Memory
- IGD Memory
This setting changes how much system memory is reserved in advance for integrated graphics. It does not add physical VRAM, and selecting a larger value does not automatically make the GPU faster.
Not every computer exposes this option. Intel states that graphics memory is normally allocated automatically and that the available settings depend on the system manufacturer.
Before changing a BIOS setting:
- Check the manufacturer’s documentation.
- Record the original value.
- Avoid reserving excessive memory on a system with limited RAM.
- Compare application performance before and after the change.
For most users, leaving dynamic allocation on Auto is the safest starting point.
Does More VRAM Increase FPS?
More VRAM does not automatically increase frame rate.
If a game uses 3GB of graphics memory, moving from a 6GB GPU to an otherwise identical 12GB GPU may not improve performance. More memory becomes useful when the workload would otherwise exceed the available capacity.
Insufficient VRAM may cause:
- Reduced texture quality
- Delayed texture loading
- Stuttering or frame-time spikes
- Application warnings
- Crashes in demanding workloads
GPU processing power, memory bandwidth, CPU performance, cooling and graphics settings remain important. VRAM capacity should not be evaluated in isolation.
What Does VRAM Store?
VRAM, or video memory, stores data the GPU needs while processing graphics and accelerated workloads. Depending on the application, this can include:
- Textures and game assets
- Frame buffers
- Video-editing effects and previews
- 3D models and geometry
- GPU-accelerated application data
- AI models and related working data
A dedicated graphics card normally has its own video memory. Integrated graphics normally share system RAM with the CPU. Microsoft provides a broader explanation of integrated and discrete GPUs.
What to Check When Buying a Mini PC
Do not compare Mini PCs using only the VRAM number displayed by Windows. For an integrated-GPU Mini PC, check:
- The exact integrated GPU architecture
- Total system RAM
- Memory speed and channel configuration
- Whether the memory is soldered or upgradeable
- Cooling and processor power limits
- The applications and games you intend to run
Because an integrated GPU shares system memory with the CPU, memory bandwidth and capacity can influence graphics performance.
Learn more:
- Does Dual-Channel RAM Improve Radeon 680M Performance?
- LPDDR5 vs SO-DIMM: Soldered or Upgradeable RAM?
- 16GB vs 32GB RAM for Gaming
- Compare NiPoGi Mini PCs
Frequently Asked Questions
How do I check my VRAM in Windows 11?
Press Ctrl + Shift + Esc, select Performance, click GPU, and read the dedicated and shared GPU-memory figures below the graphs.
How do I check VRAM usage while gaming?
Open Task Manager, select Performance, choose the GPU used by the game, and monitor dedicated and shared GPU-memory usage while an actual level is running.
Is dedicated GPU memory the same as VRAM?
For a discrete graphics card, dedicated GPU memory normally represents its physical VRAM. On an integrated GPU, the reported dedicated-memory value may be reserved system memory or a compatibility value rather than a separate physical memory bank.
Why does my GPU show only 128MB of VRAM?
Some integrated graphics drivers report 128MB for application compatibility. The GPU may dynamically use substantially more shared system RAM when required.
Is shared GPU memory already occupied?
Not necessarily. Shared GPU memory normally represents the maximum system RAM Windows may allow the GPU to use. It is not the amount currently reserved or consumed.
Can I increase VRAM on integrated graphics?
Some computers allow a pre-allocated graphics-memory value to be changed in BIOS or UEFI. This does not add physical VRAM and does not necessarily improve performance. Dynamic allocation on Auto is normally the safest setting.
Why do I see GPU 0 and GPU 1?
The computer likely has more than one graphics processor, such as an integrated GPU and a dedicated GPU. Check both entries and use the displayed GPU names to identify them.
Conclusion
The fastest way to check VRAM is:
Task Manager → Performance → GPU
For a dedicated graphics card, focus on Dedicated GPU memory. For integrated graphics, do not judge capability from a 128MB or 512MB dedicated-memory value alone. Check the shared-memory figure, system RAM configuration and exact GPU model.
Windows’ total available graphics-memory number is not the same as physical VRAM. Reading the correct value prevents misleading comparisons between integrated and dedicated graphics.



