Why Configure NVIDIA Inspector Settings?

While NVIDIA's default settings are designed to work for most users, they're not optimized for maximum gaming performance. By tweaking NVIDIA Inspector settings, you can:

  • Reduce input lag by disabling power-limiting modes
  • Increase FPS stability with proper frame limiting
  • Improve visual clarity by removing image blurring effects
  • Optimize per-game profiles without affecting other applications
⚠️
Note: These settings are for NVIDIA GPUs only. Always start with conservative overclock values and test stability before pushing further.
NVIDIA Inspector — Recommended Configuration
Nvidia Inspector best settings configuration showing recommended values

Complete Best Settings Reference Table

Setting Name Recommended Value Impact Why
Vertical Sync Refresh Rate 1/2 High Syncs to half your refresh rate, reducing tearing with less input lag than standard V-Sync.
Toggle FXAA Off High Disabling FXAA removes blurring and recovers sharpness, improving FPS slightly.
Display Mode Single Display Performance High Allocates all GPU resources to your primary display — essential for single-monitor gaming.
Power Management Mode Maximum Performance Critical Prevents the GPU from downclocking mid-game, ensuring consistent frame rates.
Ambient Occlusion Off Medium AO is GPU-intensive. Disabling it recovers FPS in competitive games where shadows are less important.
Anisotropic Filtering Application-Controlled Low Let the game engine handle AF unless you want to force 16x globally.
Triple Buffering Off Medium Triple buffering adds input lag. Keep it off unless using V-Sync with G-Sync off.
Texture Filtering – Quality High Performance Medium Favors speed over quality in texture filtering — good for competitive gaming.
Frame Rate Limiter Your Monitor Hz - 3 High Setting an FPS cap 3fps below max refresh prevents GPU spikes and improves frame pacing.

How to Apply Best Settings — Step by Step

  1. Download and open NVIDIA Inspector

    Get it from our download page and run nvidiaInspector.exe — no installation needed.

  2. Click "Show Overclocking"

    This opens the overclocking panel showing core clock, memory clock, and shader offsets.

  3. Open Profile Inspector

    Click the profile inspector icon (wrench icon) to open per-game driver profile settings.

  4. Find your game profile

    Use the drop-down to search for your game by name. Most AAA titles have existing NVIDIA profiles.

  5. Apply the recommended settings

    Change Vertical Sync, FXAA, Display Mode, and Power Management as shown in the table above.

  6. Click "Apply Changes" and launch your game

    Settings are applied to the NVIDIA driver immediately. No restart required.

  7. Benchmark and fine-tune

    Use a tool like MSI Afterburner to monitor FPS and temperatures. Adjust settings based on real-world results.

Command-Line Overclock Script

For automated overclocking, create a .bat file with these commands. Save it in your NVIDIA Inspector folder and run as Administrator:

SET VOLT=650000
SET MEMORY=500
SET CORE=100

SET GPU0=-lockVoltagePoint:0,%VOLT% -setBaseClockOffset:0,0,%CORE% -setMemoryClockOffset:0,0,%MEMORY%
SET GPU1=-lockVoltagePoint:1,%VOLT% -setBaseClockOffset:1,0,%CORE% -setMemoryClockOffset:1,0,%MEMORY%
SET GPU2=-lockVoltagePoint:2,%VOLT% -setBaseClockOffset:2,0,%CORE% -setMemoryClockOffset:2,0,%MEMORY%

nvidiaInspector.exe %GPU0% %GPU1% %GPU2%
💡
Start Low: Begin with CORE=50 and MEMORY=200. Increase by 25-50MHz increments while running stability tests (Unigine Heaven, FurMark) before jumping to higher values.

Settings Screenshot Reference

NVIDIA Inspector — Overclock Panel
NVIDIA Inspector main monitoring window
Profile Inspector — Advanced Settings
NVIDIA Profile Inspector best settings configuration