Home › Crashing
Troubleshooting

TradingView Desktop Crashing on Windows — 7 Fixes

TradingView desktop crashing on startup, randomly during the trading day, or after running for hours? These 7 fixes, in order of frequency, resolve roughly 95% of crash patterns on Windows 10 and 11.

What causes TradingView desktop to crash on Windows?

TradingView desktop crashes on Windows have three dominant root causes, in order of frequency: a corrupted local cache (about half of all crashes — clearable in 60 seconds), a misbehaving community Pine Script indicator consuming memory or hanging the render loop (about a quarter of cases), and an outdated GPU driver causing the embedded chart renderer to fault (about 15% of cases). The remaining ~10% require a full reinstall. Crashes that began immediately after Windows Update typically trace to GPU driver mismatches, fixable via Microsoft's driver update guidance. Crashes that began after adding a community indicator from the public Pine Script library are almost always that indicator's fault.

Identify your crash pattern first

Different crash patterns have different root causes. Match yours to one of these before trying fixes:

Crash patternMost likely causeFastest fix
Crashes on startup, every timeCorrupted cache or GPU driverFix 1 (cache), Fix 3 (GPU)
Crashes when opening a specific chartIndicator loop in saved layoutFix 2 (indicators)
Crashes randomly during tradingMemory leak (indicator or too many windows)Fix 4 (memory)
Crashes after 4+ hours of uptimeCumulative memory leakFix 4 (memory), Fix 2 (indicators)
Crashes with Windows error dialogGPU driver or third-party DLLFix 3 (GPU), Fix 6 (clean boot)

Fix 1: Clear local cache

Same fix as for "not loading" — corrupted cache is the #1 cause of crashes on startup.

  1. Close TradingView.
  2. Press Win + R, paste %AppData%\TradingView, Enter.
  3. Delete the Cache folder.
  4. Relaunch.

Fix 2: Remove the last-added indicator

If crashes started after you added a community Pine Script indicator, that's almost certainly the cause. Community scripts can have infinite loops, excessive request.security calls, or unbounded arrays that exhaust memory.

  1. Launch TradingView. If it crashes immediately, hold Shift while clicking the app icon to launch with extensions disabled.
  2. Open the chart that crashed. Right-click each indicator → Remove.
  3. Start with the most recently added (top of the indicator list).
  4. Save the layout after each removal. When crashes stop, the last-removed indicator is the culprit.

Fix 3: Update GPU drivers

TradingView's chart renderer uses GPU acceleration. Outdated drivers (especially on iGPU systems) cause renderer crashes that take down the whole app.

Fix 4: Reduce memory pressure

Each open chart window uses 200–400 MB. Each active community indicator uses 50–200 MB. If TradingView's total memory in Task Manager exceeds ~3 GB sustained, you're at risk of crashes.

  1. Open Task Manager (Ctrl + Shift + Esc), find TradingView, note its memory usage.
  2. Close half of your open chart windows. Wait 30 seconds. Note memory again.
  3. If memory dropped significantly, you had too many windows for your RAM.
  4. For an 8 GB system: keep total under 4 windows. For 16 GB: under 8. For 32 GB: under 16.

Fix 5: Disable hardware acceleration (last resort)

If GPU driver updates don't help, TradingView's GPU renderer can be forced off. This makes charts slower but eliminates GPU-related crashes.

  1. Open TradingView.
  2. Settings → Performance.
  3. Uncheck "Use hardware acceleration".
  4. Restart the app.

Re-enable once you've updated drivers. Software rendering is a fallback, not a permanent solution.

Fix 6: Clean boot test

Third-party software (screen recorders, RGB controllers, anti-cheat drivers from games, certain VPN drivers) can inject DLLs into TradingView and cause crashes. Test with a clean boot:

  1. Press Win + R, type msconfig, Enter.
  2. Services tab → check "Hide all Microsoft services" → Disable all.
  3. Startup tab → Open Task Manager → disable all startup items.
  4. Reboot.
  5. Test TradingView. If stable, re-enable services in groups to find the conflicting one.

Fix 7: Full reinstall

If the above don't help:

  1. Settings → Apps → TradingView → Uninstall.
  2. Delete %LocalAppData%\Programs\TradingView and %AppData%\TradingView.
  3. Reboot.
  4. Reinstall from the official download page.
  5. Sign in. Your account data restores from the cloud.

Common questions

Why does TradingView desktop keep crashing?

Three main causes: corrupted cache (50% of cases), problematic Pine Script indicator (25%), outdated GPU drivers (15%). Remaining ~10% need a reinstall.

Why does TradingView crash after running for hours?

Memory leak — usually from a community Pine Script indicator or too many open chart windows. Watch Task Manager; if memory grows beyond 3 GB, identify the leaking indicator.

How do I send a TradingView crash report?

App prompts on next launch — accept it. Manually: Help → Send Bug Report. Reply within 1–3 business days.

Does Windows 11 cause TradingView to crash?

No — runs identically well on both. If you see crashes only on Windows 11, the cause is GPU driver differences or kernel-mode anti-cheat from a gaming app.

Can a Pine Script indicator crash TradingView desktop?

Yes — rarely, via infinite loops or unbounded arrays. If crashes started after adding a community script, remove it.

Related

Fresh install often clears persistent crashes

Download the latest signed installer.

Download for Windows
Affiliate disclosure: Authorized TradingView affiliate. These are field-tested fixes; unresolved crashes should be reported to TradingView support.