Quick Answer
datagrip64.exe is safe. It's JetBrains DataGrip, a database IDE that runs on the JetBrains Runtime. It uses multiple internal processes/threads for UI, indexing, and database tooling.
Is it a Virus?
✔ NO - Safe
Must be in C:\Program Files\JetBrains\DataGrip\bin\datagrip64.exe
Warning
Typically multiple processes used by IDE
Each database connection, driver, or background task may spawn its own thread/process
Can I Disable?
✔ YES
Close DataGrip when not in use; disable startup and background tasks if desired
What is datagrip64.exe?
datagrip64.exe is the launcher for JetBrains DataGrip, the database IDE. It starts the Java-based IDE, initializes the editor UI, and coordinates connections to multiple databases, SQL execution, and background indexing tasks. DataGrip relies on a JVM and the JetBrains Runtime to deliver intelligent code completion and refactoring tooling.
DataGrip runs as a Java-based application with a main IDE process and helper threads. It loads database drivers, UI components, and plugins, then handles SQL editing, query execution, and result visualization, often spawning background tasks such as indexing.
Quick Fact: DataGrip leverages the JetBrains Runtime and a modular architecture to separate database tooling from the UI, improving responsiveness during large schema operations.
Types of DataGrip Processes
- Main IDE Process: The primary Java process that hosts the UI and core DataGrip logic
- Indexer/Background Process: Indexes schemas, tables, and metadata for fast code completion
- SQL Executor / Renderer: Handles query execution and result rendering for active sessions
- Plugin Process: Isolates plugin code to reduce risk of crashes affecting the IDE
- Driver Loader: Loads and manages JDBC drivers for connected databases
- Utility/UI Worker: Background tasks that support UI responsiveness and tooling
Is datagrip64.exe Safe?
Yes, datagrip64.exe is safe when it's the legitimate file from JetBrains downloaded from official sources (jetbrains.com or via JetBrains Toolbox).
Is datagrip64.exe a Virus or Malware?
The real datagrip64.exe is NOT a virus. However, malware can disguise itself with similar names. Always verify the file location and signature.
How to Tell if datagrip64.exe is Legitimate or Malware
- File Location: Must be in
C:\Program Files\JetBrains\DataGrip\bin\datagrip64.exe or C:\Program Files (x86)\JetBrains\DataGrip\bin\datagrip64.exe. Other locations are suspicious.
- Digital Signature: Right-click datagrip64.exe in Explorer -> Properties -> Digital Signatures. Should show signer "JetBrains s.r.o.".
- Resource Usage: Normal usage is a few percent CPU during active tasks and 100-700 MB RAM. Constant high resource usage when idle is suspicious.
- Behavior: DataGrip should start when you launch the IDE and should not spawn unrelated background processes when closed.
Red Flags: If datagrip64.exe is located in unusual folders (like Temp or AppData), runs when the IDE isn't open, has no valid signature, or uses excessive resources constantly, scan with antivirus and verify with JetBrains support. Be wary of similarly-named files from untrusted sources.
Why Is datagrip64.exe Running on My PC?
datagrip64.exe runs when you start JetBrains DataGrip or when the IDE is configured to keep certain tasks active in the background, such as indexing and database monitoring.
Reasons it's running:
- Active Database Work: You have databases connected and a query/editor session open; the IDE maintains processes for execution and result streaming.
- Background Indexing: DataGrip indexes schemas, tables, and metadata to provide fast search and code completion.
- Startup and Restore: DataGrip may launch to restore a previous workspace or reopen projects after a system restart.
- Plugin Activity: Installed plugins may run background tasks such as code analysis or data inspection.
- Live Data Monitoring: Some connections trigger background monitoring and schema refreshes to reflect changes.
Can I Disable or Remove datagrip64.exe?
Yes, you can disable datagrip64.exe. It's safe to exit DataGrip when not in use, and you can uninstall it or disable startup to prevent automatic launches.
How to Stop datagrip64.exe
- Exit DataGrip Gracefully: In DataGrip, close all editors and use File > Exit DataGrip to shut down properly.
- End the Process: Open Windows Task Manager (Ctrl+Shift+Esc), locate datagrip64.exe, right-click End Task.
- Prevent Startup: Open Task Manager > Startup tab, find JetBrains DataGrip, and set Disabled.
- Stop Background Tasks: In DataGrip settings, disable or limit background tasks such as indexing if available.
- Alternate: Uninstall: Windows Settings > Apps > DataGrip > Uninstall. Optionally remove via JetBrains Toolbox if you installed through it.
How to Uninstall DataGrip
- ✔ Windows Settings -> Apps -> Apps & Features -> JetBrains DataGrip -> Uninstall
- ✔ Control Panel -> Programs -> Uninstall a program -> JetBrains DataGrip -> Uninstall
- ✔ If installed via JetBrains Toolbox, open Toolbox and use Uninstall on DataGrip
Common Problems: High CPU or Memory Usage
If datagrip64.exe is consuming excessive resources:
Common Causes & Solutions
- Too Many Open Databases/Connections: Close unused connections or limit concurrent sessions; reduce open editors for large schemas.
- Resource-Heavy Plugins: Disable or remove unnecessary plugins in DataGrip (Settings -> Plugins).
- Massive Schema Indexing: Allow indexing to complete or pause indexing temporarily; check index status in the IDE.
- Outdated DataGrip Version: Update to the latest version to benefit from performance fixes and driver updates.
- Antivirus Scanning Datagrip Folders: Exclude the DataGrip installation directory from real-time scanning to reduce I/O overhead.
- Hardware Acceleration Issues: Try toggling hardware acceleration in Settings if available; update graphics drivers.
Quick Fixes:
1. Use the IDE's built-in search to identify heavy editors or tabs and close them
2. Close unused connections and optimize queries
3. Disable unnecessary plugins in Settings -> Plugins
4. Update DataGrip to the latest version
5. Exclude DataGrip from antivirus scanning to reduce I/O overhead
Frequently Asked Questions
Is datagrip64.exe a virus?
No, the legitimate datagrip64.exe from JetBrains is not a virus. Ensure the file is located in C:\Program Files\JetBrains\DataGrip\bin and has a valid signature from "JetBrains s.r.o.".
Why is datagrip64.exe using so much CPU?
High CPU is often caused by active queries, intensive data operations, or indexing. Use DataGrip's built-in Task Manager to identify heavy editors and optimize or close them.
Can I delete datagrip64.exe?
Yes, you can uninstall DataGrip via Windows Settings or Control Panel. Deleting the exe file manually is not recommended; use the proper uninstall process to also remove configurations.
Can I disable datagrip64.exe?
Yes. Exit DataGrip, disable startup in Task Manager, and adjust background tasks in DataGrip settings to prevent automatic background activity.
Why is DataGrip starting at startup?
DataGrip may be configured to launch at Windows startup or restore prior sessions. Disable startup in Task Manager or clear recent projects on startup to stop automatic launching.
Why are there multiple datagrip64.exe processes?
JetBrains IDEs use multi-process architecture for stability: separate processes handle UI, indexing, and background tasks. The number of processes can vary with projects and plugins.