Grand Theft Auto V Not Using GPU & Poor Performance: How to FIX

Grand Theft Auto V Not Using GPU & Poor Performance: When Grand Theft Auto V is running but your GPU sits idle (low GPU usage) and you suffer poor FPS, micro-stutters, or generally terrible performance, the problem is usually not the GPU itself — it’s how the system, OS, drivers, or game are configured.

This guide teaches you how to diagnose why GTA V isn’t using your GPU, and gives step-by-step fixes so the game actually uses the discrete GPU and runs smoothly.

I’ll cover quick checks, how to force the discrete GPU on desktops and laptops (Optimus/Hybrid systems), driver and power settings, in-game and OS tweaks, how to find CPU bottlenecks, and advanced troubleshooting (DDU, BIOS options, PCIe, resizable BAR). I’ll cite authoritative sources along the way so you can check specifics.

Key principle: measure first, change one thing at a time, then retest.


Why GTA V might not use the GPU (short technical primer)

Common root causes:

  • Integrated GPU (iGPU) is being used instead of the discrete GPU (typical on laptops with NVIDIA Optimus). The game renders on the iGPU and only hands off frames to the dGPU, producing low GPU usage.

  • Power / driver settings: Windows power plan, GPU driver power management, or in-driver per-app settings may favor power saving.

  • CPU bottleneck: the CPU is maxed out (scripts, population, physics), so GPU waits idle. GTA V is CPU-heavy in busy scenes.

  • Incorrect graphics API / in-game settings: VSync, frame caps, or older DirectX modes can affect utilization.

  • Background processes / overlays stealing cycles, or capture software interfering. Community threads often show overlays or anti-cheat problems reducing GPU use.

We’ll walk through checks to determine which case you have, and exactly how to fix each.


Step 1 — Measure: what’s actually happening?

Before changing anything, measure baseline numbers. You need to know whether the CPU or GPU is the bottleneck.

Tools:

  • MSI Afterburner + RivaTuner overlay (shows GPU %, GPU temp, GPU clock, CPU usage per core, VRAM).

  • Task Manager (Windows → Performance tab) or Resource Monitor for quick checks.

  • For laptop Optimus issues, check which GPU the process is assigned to (Windows Graphics Settings).

What to look for:

  • GPU% low (e.g., 5–30%) while CPU % high (one or more cores near 100%) → CPU bottleneck.

  • GPU% low, CPU% low → likely iGPU is used or app is constrained by frame-limiter/VSync.

  • GPU% high but FPS still low → GPU-bound & needs settings change or driver issues.

Record a 1–2 minute clip of the overlay during a problematic scene (busy street, mission, or Online session). That will make diagnosis faster.


Step 2 — Quick fixes (try these now — 5–15 minutes)

  1. Disable VSync and FPS caps temporarily, and test to see if GPU ramps up. (If you’re CPU-bound you’ll see little change.)

  2. Close overlays: exit Steam overlay, Discord overlay, GeForce Experience, OBS, RivaTuner etc. Overlays sometimes reduce GPU use or cause scheduling oddities.

  3. Set power plan to High Performance (Windows: Settings → Power & Sleep → Additional power settings → High Performance). This prevents Windows from throttling CPU/GPU.

  4. Run GTA5.exe as Administrator and in Fullscreen (not borderless windowed) — fullscreen often gives better GPU utilization.

  5. Check GPU temp/power: if the GPU is overheating or power-limited, it may downclock. Ensure fans/workload are OK.

If GPU usage remains low, keep reading.


Step 3 — Desktop: ensure the discrete GPU is used

On a desktop with one GPU usually this is trivial. But if you have both integrated and discrete (rare on desktops), do this:

  • NVIDIA: open NVIDIA Control Panel → Manage 3D settings → Program Settings → add GTA5.exe → set Preferred graphics processor to High-performance NVIDIA processor. Also set Power management mode to Prefer maximum performance.

  • AMD: open Radeon Settings → Graphics → switchable graphics / per-application settings → set GTA V to High Performance.

Then restart the game.

Note: forcing the dGPU is the right move on desktops; on laptops follow the laptop section.


Step 4 — Laptop owners: Optimus / Hybrid graphics (most common cause)

If you’re on a laptop with both integrated graphics (Intel/AMD iGPU) and a discrete NVIDIA or AMD GPU, the system may run the game on the iGPU unless told otherwise. This is the single most frequent reason GTA V “doesn’t use the GPU.”

Two ways to force the dGPU:

A — Windows Graphics Settings (per-app)

  1. Settings → System → Display → Graphics settings.

  2. Browse → choose the GTA5.exe (for Steam click the actual exe in the install folder).

  3. Click Options → set High performance (this maps to your discrete GPU).

B — Vendor control panel

  • NVIDIA: NVIDIA Control Panel → Manage 3D settings → Program Settings → select GTA5.exe → set Preferred graphics processor to High Performance NVIDIA processor. Set Power management mode to Prefer maximum performance.

  • Intel/AMD OEM options: Some OEMs expose a BIOS option to prioritize discrete GPU (check your OEM docs — e.g., Dell, Asus guides). If available and you always want dGPU, enable it.

C — Steam-specific (if you run via Steam)

  • Right-click game → Properties → Compatibility → select “Force the use of a specific GPU” is not universal; instead use Windows Graphics Settings method above and confirm Steam adds the exe, or disable Steam Input if that causes confusion.

After changing settings: reboot, then run GTA V and watch GPU% in MSI Afterburner. If it’s now high — success.


Step 5 — Drivers, DDU, and clean installs

GPU drivers are critical. Broken drivers or mismatched driver components can leave GPU idle.

  1. Update drivers to the latest stable WHQL from the manufacturer:

    • NVIDIA (GeForce drivers) or AMD driver downloads. Use the official site.

  2. If updating doesn’t help, do a clean uninstall with DDU (Display Driver Uninstaller) in Safe Mode, then reinstall the GPU driver fresh. Many users report DDU solves lingering driver issues.

Driver tips:

  • Set Power management mode to Prefer maximum performance in NVIDIA Control Panel.

  • Enable Shader Cache and Texture filtering – Quality to Performance if necessary. These reduce stutters.


Step 6 — Check for CPU bottleneck & GTA V settings that cause CPU load

GTA V is notoriously CPU-bound in some situations due to population, AI, physics, and script overhead. If one core is pegged, the GPU will be underutilized.

How to diagnose:

  • Use MSI Afterburner overlay: if GPU% is low while one CPU core is at or near 100%, you have a CPU bottleneck. Lowering CPU-heavy settings will help.

Settings to reduce (big wins):

  • Population Density / Population Variety — lower to reduce AI and physics load.

  • Extended Distance Scaling / High Detail Streaming — reduce to lower CPU draw calls.

  • Shadow Quality & Reflection Quality — shadows are heavy on both CPU and GPU; lowering them helps frame stability.

If you have an older CPU, reducing these settings will let the GPU run fuller.


Step 7 — Windows and system-level tuning

  1. Windows Graphics Settings: Ensure GTA5.exe set to High performance as described earlier.

  2. Power Plan: set to High performance, and in advanced power settings set PCI Express → Link State Power Management to OFF to avoid link power saving.

  3. Disable Fullscreen Optimizations for GTA5.exe: Right click exe → Properties → Compatibility → check Disable fullscreen optimizations. Sometimes Windows’ optimisation causes strange fps or utilization behavior.

  4. Disable Game DVR / Xbox Game Bar (Settings → Gaming) — known to cause performance dips.

  5. Check BIOS: ensure PCIe slot is running at x16 (desktops) and the correct GPU is selected as primary in BIOS if option exists.


Step 8 — Advanced: PCIe, resizable BAR, driver flags

  • PCIe link issues: some motherboards undervolt or downshift PCIe on battery or power saver; ensure full power on desktops and laptops (plug in).

  • Resizable BAR / Smart Access Memory — enabling this (if supported by GPU + CPU + motherboard) can sometimes improve performance, but rarely affects low-utilization scenarios directly. Consult your board/vendor docs.

  • DirectX / Vulkan: GTA V historically had DirectX modes; check whether switching between DirectX 10/11 modes is beneficial for your driver/hardware combination. Some community threads reported DX10.1 toggles helping older setups.


Step 9 — When nothing else works: test for other causes

  • Test other games to verify GPU utilization (e.g., a modern GPU-bound title). If other titles fully load the GPU, the issue is GTA V specific (settings, mods, launcher).

  • Disable mods — mods or script hooks can force CPU path or block optimizations.

  • Check for thermal throttling: use HWInfo/MSI Afterburner to monitor GPU/CPU clocks and temps. If throttling, clean the cooler or adjust fan curve.

  • Reinstall Rockstar / verify game files (Steam/Epic/Rockstar Launcher) — corrupt or outdated game files can cause odd behavior.

  • Check antivirus: real-time scanning of game files can cause stalls; add exclusions for GTA5 folders.

Grand Theft Auto V Stuttering, Lags, or Freezing Issue: How to FIX

Grand Theft Auto V Low FPS or FPS Drops on PC, PlayStation, and Xbox and Boost Performance: How to FIX


Practical diagnostic checklist (copy-paste and run)

  1. Run MSI Afterburner overlay; note GPU% & CPU core usage in a busy scene.

  2. If GPU% < 40% & CPU core pegged → reduce Population Density/Distance; set game to Performance preset.

  3. If GPU% < 40% & CPU usage low → check which GPU is rendering (Windows Graphics Settings). If iGPU is used, force High Performance GPU.

  4. Update GPU driver OR DDU + reinstall official driver. Set NVIDIA Power management mode to Prefer maximum performance.

  5. Disable overlays and Game Bar, set power plan to High Performance, disable fullscreen optimizations.

  6. Ensure laptop is plugged in (discrete GPU may be disabled on battery).

  7. Re-test. If still low, test another GPU-intensive game to isolate whether it’s GTA V specific.


Real examples — community proven fixes

  • Users frequently got low GPU usage in GTA V on Optimus laptops until they set the exe in Windows Graphics Settings to High performance or used NVIDIA Control Panel to force the dGPU. Many laptop vendor KB articles (Dell, Asus) explain similar steps.

  • On desktops and laptops, setting NVIDIA Power management mode to Prefer maximum performance often raised GPU usage from 40% → 90% in GTA V scenes.


If GPU is used but performance is still poor

If the GPU ramps up but FPS is still terrible:

  • Check VRAM usage: if VRAM is exhausted, the driver will swap and cause big drops; lower texture quality or resolution.

  • Use DLSS/FSR (if available in your GTA V version) to boost framerate while keeping visuals reasonable. Newer GTA V builds may support DLSS/FSR — check for support and driver updates.

  • Balance settings: Resolution (biggest cost), then textures, shadows, reflections, population/distance. Use the AVG/other guides for recommended presets.


When to contact support or consider hardware changes

  • If other games fully utilize GPU but GTA V doesn’t after all steps, collect logs (DxDiag, launcher.log) and contact the game developer support: Rockstar Games.

  • If GPU never runs full in any game, suspect hardware, PSU, or BIOS settings; test with another GPU if possible.

  • For laptops where BIOS lacks options and Optimus still misbehaves, contact OEM support (Dell/HP/Lenovo) — some laptops have a BIOS switch to prefer dGPU for all apps.


Quick summary — the fastest path to fixing “GTA V not using GPU”

  1. Measure (MSI Afterburner): CPU vs GPU usage.

  2. If iGPU is used, force the discrete GPU in Windows Graphics Settings or vendor panel.

  3. Set power settings to High Performance, and GPU power mode to Prefer maximum performance.

  4. Update or clean reinstall drivers (DDU).

  5. Reduce CPU-heavy in-game settings (population/distance) or upgrade CPU if bottleneck is persistent.


5 FAQs

Q1 — My laptop shows low GPU usage in GTA V — is that normal?

Not usually. On Optimus laptops the OS may use integrated graphics for power saving; you must force the discrete GPU either in Windows Graphics Settings or in the vendor control panel. After that the GPU should ramp up in demanding scenes.

Q2 — I changed settings but GPU still low — am I CPU bound?

Possibly. If one CPU core is at 100% while GPU is low, the CPU is the bottleneck. Lower Population Density, Distance Scaling, and shadow/AI settings. GTA V is CPU-heavy in crowded areas.

Q3 — I set preferred GPU in NVIDIA Control Panel but it didn’t help — why?

On laptops some OEM drivers override settings; use Windows Graphics Settings (per-app) and ensure the laptop is plugged in (discrete GPU may run only on AC). Also reboot after changing settings.

Q4 — Will DDU and a clean driver install help low GPU usage?

Yes — corrupted or leftover driver components can prevent proper GPU scheduling. Use DDU in Safe Mode, then install the latest stable driver from the vendor. Many users report that fixes GPU utilization issues.

Q5 — Could a PSU or PCIe problem cause low GPU usage?

Yes. If the GPU is power limited it will downclock and show low utilization in heavy scenes. Check that your PSU provides enough power, PCIe slot runs at x16, and the GPU power connectors are secure. Also note laptops may limit GPU power on battery.


Final notes

Fixing GTA V when it doesn’t use the GPU is almost always a measurement + configuration problem: check whether the system is actually telling the game to use the discrete GPU, then check drivers and power settings, and finally balance in-game settings to match your CPU/GPU capability.

On laptops, Optimus is the single most common reason — force the dGPU via Windows Graphics settings or NVIDIA/AMD control panel and ensure the machine is plugged in.

Leave a Comment