What Is GPU Overclocking?

GPU overclocking is the process of increasing your graphics card's clock speeds beyond the factory default settings. By raising the core clock (GPU frequency) and memory clock (VRAM frequency), you can extract more performance from your existing hardware — getting higher FPS in games without buying a new GPU.

NVIDIA Inspector makes overclocking easy by providing a simple interface with offset sliders. Unlike hardware modifications, software overclocking through NVIDIA Inspector is completely reversible — if something goes wrong, the driver simply resets to default clocks.

Before you start overclocking, make sure your GPU has adequate cooling. If your GPU already runs above 80°C at stock settings, consider improving your case airflow or adjusting your fan curve before overclocking.

Recommended Safe Overclock Values by GPU

GPU Series Core Clock Offset Memory Clock Offset Max Safe Temp Notes
RTX 4090 / 4080 +75 to +150 MHz +200 to +400 MHz 83°C Limited headroom due to aggressive factory boost. GDDR6X error correction may limit memory OC.
RTX 4070 / 4060 +100 to +175 MHz +250 to +500 MHz 83°C Generally good overclockers. GDDR6 memory handles higher offsets well.
RTX 3080 / 3090 +50 to +125 MHz +200 to +350 MHz 83°C GDDR6X memory. Watch for memory junction temps on 3090.
RTX 3070 / 3060 +100 to +175 MHz +300 to +600 MHz 83°C Excellent overclockers with GDDR6. Some of the best headroom in the 30 series.
GTX 1080 / 1070 +100 to +200 MHz +300 to +500 MHz 84°C Pascal architecture overclocks very well. Great for budget gaming rigs.
GTX 1060 / 1050 +100 to +175 MHz +200 to +400 MHz 83°C Good overclockers but limited by TDP. Expect 5-15% FPS gain.
⚠️
Important: These are typical safe values. Every GPU is different due to the "silicon lottery." Always start at the lower end and increase gradually while testing stability. Never exceed your GPU's thermal throttle temperature.

How to Overclock — Step by Step

  1. Download NVIDIA Inspector

    Get the latest version from our download page. Extract the zip file to any folder. No installation needed.

  2. Launch nvidiaInspector.exe

    Double-click the executable. The main window shows your GPU info: name, driver version, clock speeds, temperature, and fan speed.

  3. Click "Show Overclocking"

    At the bottom of the main window, click the "Show Overclocking" button. This reveals the overclocking panel with sliders for core clock, memory clock, and voltage.

  4. Set Core Clock Offset

    Start conservative: set the Base Clock Offset slider to +50 MHz. This tells the GPU to run 50 MHz faster than the factory boost clock.

  5. Set Memory Clock Offset

    Set the Memory Clock Offset slider to +100 MHz. Memory is generally more tolerant of overclocking than the core.

  6. Click "Apply Clocks & Voltage"

    The overclock is applied immediately. You should see the clock speeds increase in the main monitoring window.

  7. Run a Stress Test

    Open Unigine Heaven, FurMark, or 3DMark and run for at least 15 minutes. Monitor temperatures and watch for visual artifacts (flickering pixels, wrong colors, screen glitches).

  8. Increase Gradually

    If the stress test passes with no artifacts and temps stay below 83°C, increase core by +25 MHz and memory by +50 MHz. Repeat the stress test. Keep going until you hit instability, then back off by 25 MHz.

  9. Test in Real Games

    Run your favorite demanding game for 30+ minutes. Synthetic benchmarks and real games can behave differently. If you see any crashes or artifacts in-game, reduce your overclock.

Automate Overclocking with a .bat Script

You can create a Windows batch file to apply your overclock automatically on boot. Create a text file, paste the script below, save as overclock.bat in your NVIDIA Inspector folder, and add it to your Windows Startup folder.

@echo off
REM === NVIDIA Inspector Auto-Overclock Script ===
REM Adjust values below for your specific GPU

SET CORE=100
SET MEMORY=300
SET VOLT=0

REM Apply overclock to GPU 0
nvidiaInspector.exe -setBaseClockOffset:0,0,%CORE% -setMemoryClockOffset:0,0,%MEMORY%

echo Overclock applied: Core +%CORE% MHz, Memory +%MEMORY% MHz
timeout /t 3
💡
Pro Tip: Right-click the .bat file → Create shortcut. Press Win+R, type shell:startup, and move the shortcut there to auto-apply your overclock every time Windows boots.

Overclocking FAQ

Common questions about GPU overclocking with NVIDIA Inspector.

Yes, software overclocking with NVIDIA Inspector is generally safe. The tool applies offset-based overclocking which stays within the GPU's power and thermal limits. If the overclock is unstable, the driver will crash and reset to default clocks — no permanent hardware damage occurs.

Most NVIDIA GPUs can handle +100 to +150 MHz on the core clock. Start at +50 MHz and increase by 25 MHz increments while testing stability. RTX 30/40 series cards typically have less overclocking headroom due to aggressive factory boost clocks.

Memory overclocking is generally safer than core overclocking. Most GPUs can handle +200 to +500 MHz on memory. GDDR6X memory (RTX 3080, 3090, 4080, 4090) may show diminishing returns above +300 MHz due to error correction.

Run a GPU stress test like Unigine Heaven, FurMark, or 3DMark for at least 15-20 minutes. Watch for visual artifacts (flickering, colored pixels), driver crashes, or sudden temperature spikes above 85°C. If any occur, reduce your overclock.