Quick Answer
sublime_text.exe is safe. It's the official Windows executable for Sublime Text, a fast code editor. It may spawn a separate plugin_host.exe for extensions, but remains a legitimate, vendor-signed process.
Is it a Virus?
✔ NO - Safe
Must be located in C:\Program Files\Sublime Text\sublime_text.exe or C:\Program Files (x86)\Sublime Text\sublime_text.exe
Warning
Multiple processes possible
Sublime Text may spawn a separate Plugin Host process for extensions; this is normal behavior
Can I Disable?
✔ YES
Close Sublime Text to stop it from running; disable startup items if needed
What is sublime_text.exe?
sublime_text.exe is the Windows executable for the Sublime Text editor. Sublime Text uses a lightweight, responsive design with a main UI process and a separate Plugin Host process to run Python-based packages and extensions.
Sublime Text employs a multi-process architecture: a primary UI process handles the editor window, while a Plugin Host runs extensions in isolation, communicating via inter-process communication to keep editing fast and stable.
Quick Fact: Sublime Text separates plugins from the UI to reduce lockups, enabling fast typing even with many installed packages.
Types of Sublime Text Processes
- UI Process: Main Sublime Text window and user interface (1+ instances during multi-window use)
- Editor / Rendering: Document buffers, syntax highlighting, and editing tasks
- Plugin Host: Runs installed packages and Python-based plugins
- Indexing Service: Background indexing for quick symbol search and fuzzy finding
- Build & Tools: Build systems, linters, and formatter integrations running on demand
- Watcher / Misc: Background tasks like autosave and file watching
Is sublime_text.exe Safe?
Yes, sublime_text.exe is safe when it's the legitimate file from Sublime HQ downloaded from official sources (https://www.sublimetext.com) or provided by a trusted vendor.
Is sublime_text.exe a Virus or Malware?
The real sublime_text.exe is NOT a virus. However, malware sometimes disguises itself using similar names to trick users.
How to Tell if sublime_text.exe is Legitimate or Malware
- File Location:: Must be in
C:\Program Files\Sublime Text\sublime_text.exe or C:\Program Files (x86)\Sublime Text\sublime_text.exe. Any sublime_text.exe elsewhere is suspicious.
- Digital Signature:: Right-click the file in Explorer → Properties → Digital Signatures. Should show "Sublime HQ Pty Ltd" as the signer.
- Resource Usage:: Normal usage is 1-12% CPU and 40-180 MB RAM depending on project size. Constantly high usage when not actively editing is suspicious.
- Behavior:: Sublime Text should only run when you open it. Multiple instances when you haven't launched the app suggests malware.
Red Flags: If sublime_text.exe is located in unusual folders (Temp, AppData, System32), runs when Sublime Text isn't open, has no valid digital signature, or uses excessive resources constantly, run a full antivirus scan and verify from official sources.
Why Is sublime_text.exe Running on My PC?
sublime_text.exe runs when you start Sublime Text or when the editor is configured to launch with Windows or resume a previous session.
Reasons it's running:
- Active Editing: You have Sublime Text open with files loaded; the UI process stays active to respond to input.
- Plugins and Packages: Extensions, linters, and package control execute in a Plugin Host, which may run continuously.
- Project Indexing: Sublime Text indexes symbols and files for fast search and navigation, which can keep background processes busy.
- Startup or Resume: Sublime Text may auto-start at Windows boot or reopen the last session after a restart.
- Build Systems and Tasks: Active build systems, compilers, or formatters may initiate background tasks that keep subprocesses alive briefly.
Can I Disable or Remove sublime_text.exe?
Yes, you can disable Sublime Text. It's safe to close Sublime Text when not in use, and you can uninstall it completely if you prefer another editor.
How to Stop sublime_text.exe
- Close Editor: Close all Sublime Text windows or use File → Exit to terminate the UI process
- End Plugin Host: If needed, terminate the plugin_host.exe process in Task Manager
- Prevent Startup: Task Manager → Startup tab → Disable Sublime Text
- Disable Background Tasks: In Sublime Text, disable auto-reload and visibility of background tasks via Preferences
- Stop Auto-Launch: Remove any startup shortcuts or scheduled tasks that launch Sublime Text
How to Uninstall Sublime Text
- ✔ Windows Settings → Apps → Apps & Features → Sublime Text → Uninstall
- ✔ Control Panel → Programs → Uninstall a program → Sublime Text → Uninstall
- ✔ Consider reconfiguring your editor choice if you switch to another tool
Common Problems: High CPU or Memory Usage
If sublime_text.exe is consuming excessive resources:
Common Causes & Solutions
- Too many files or large projects loaded: Close unused files, reduce open folders, and consider excluding large directories from indexing in Preferences
- Heavy Plugins: Disable unnecessary packages via Package Control and review startup loading times
- Indexing Large Projects: Allow indexing to complete or re-index after excluding folders; use Command Palette to trigger reindex
- Outdated Version: Update Sublime Text to the latest build from the official site
- Build Systems Running: Check active build systems and disable those not in use
- File Watching: Limit or disable auto-save/watch features if they impact performance
Quick Fixes:
1. Quick Fixes:
2. 1. Use Command Palette to pause or disable unnecessary packages
3. Close large files or folders and re-open only relevant ones
4. Update Sublime Text to the latest build
5. Review and disable unused plugins via Package Control
6. Exclude heavy directories from indexing in Settings
Frequently Asked Questions
Is sublime_text.exe a virus?
No, the legitimate sublime_text.exe from Sublime HQ is not a virus. Ensure the file is located in C:\Program Files\Sublime Text\sublime_text.exe (or C:\Program Files (x86)\Sublime Text\sublime_text.exe) and signed by Sublime HQ Pty Ltd.
Why is sublime_text.exe using so much CPU?
CPU usage can spike when indexing large projects, running complex builds, or when many plugins are active. Use the Plugin Host monitor (in Task Manager) to identify culprits and disable unnecessary extensions.
Can I delete or uninstall Sublime Text?
Yes. Uninstall via Windows Settings → Apps → Sublime Text → Uninstall. Your settings may be preserved if you choose to keep them or removed if you uninstall completely.
Can I disable Sublime Text from starting at Windows startup?
Yes. Open Task Manager → Startup, locate Sublime Text, and click Disable. This stops automatic launch but does not uninstall the editor.
Why are there multiple Sublime Text processes?
Sublime Text may spawn a Plugin Host process for extensions and background tasks. This is expected behavior to keep the editor responsive.
How can I speed up Sublime Text?
Reduce open folders, disable unnecessary packages, update to the latest build, and consider excluding very large directories from indexing to speed up searches.