Running Outlook directly from your system requires knowing the exact file path where the main executable program is stored. If you’ve ever wondered where is the outlook exe file located, you’re not alone—many users need this path for troubleshooting, creating shortcuts, or automating tasks. This guide walks you through every possible location, method, and tip to find it fast.
Outlook.exe is the core program file that launches Microsoft Outlook. Without it, you cannot start the application. Knowing its location helps you fix launch errors, run commands, or access advanced settings. Let’s get straight to the point.
Where Is The Outlook Exe File Located
The default installation path for Outlook.exe depends on your Windows version and whether you use 32-bit or 64-bit Office. Below are the most common locations. Check these first.
Default Path For Outlook 2019, 2021, And Microsoft 365
For most modern versions, the executable sits in one of these folders:
- 64-bit Office on 64-bit Windows:
C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE - 32-bit Office on 64-bit Windows:
C:\Program Files (x86)\Microsoft Office\root\Office16\OUTLOOK.EXE - 32-bit Office on 32-bit Windows:
C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE
Note that “Office16” refers to the version number for Office 2016 and later. Older versions like Office 2013 use “Office15,” and Office 2010 uses “Office14.” If you have an older suite, adjust the folder name accordingly.
Outlook 2016 And Earlier Versions
For Outlook 2016, the path is similar but may vary slightly:
- 64-bit:
C:\Program Files\Microsoft Office\Office16\OUTLOOK.EXE - 32-bit:
C:\Program Files (x86)\Microsoft Office\Office16\OUTLOOK.EXE
For Outlook 2013, replace “Office16” with “Office15.” For Outlook 2010, use “Office14.” If you installed Office from the Microsoft Store, the path might be different—see the next section.
Microsoft Store Version Of Outlook
If you installed Outlook via the Microsoft Store, the executable is hidden in a protected system folder. You can find it here:
C:\Program Files\WindowsApps\Microsoft.Office.Desktop.Outlook_*version*\OUTLOOK.EXE
The asterisk represents a long string of numbers and letters. You may need to take ownership of the folder to access it. Alternatively, use the Start menu shortcut method described later.
Quick Methods To Find Outlook Exe Location
If you don’t want to dig through folders manually, use these faster methods. They work on any Windows version.
Method 1: Use The Start Menu Shortcut
- Click the Start button and type “Outlook.”
- Right-click the Outlook app icon and select Open file location.
- A File Explorer window opens showing the shortcut. Right-click the shortcut and choose Open file location again.
- You are now in the folder containing OUTLOOK.EXE. The full path appears in the address bar.
Method 2: Use Task Manager
- Open Outlook normally.
- Press Ctrl + Shift + Esc to open Task Manager.
- Go to the Details tab (or Processes tab in older Windows).
- Find OUTLOOK.EXE in the list.
- Right-click it and select Open file location.
- File Explorer opens directly to the folder containing the executable.
Method 3: Use Command Prompt Or PowerShell
- Press Win + R, type
cmd, and press Enter. - Type the following command and press Enter:
where outlook - The full path to OUTLOOK.EXE appears in the output. If you get “INFO: Could not find files,” Outlook may not be installed or the path is not in your system’s PATH variable.
Method 4: Search In File Explorer
- Open File Explorer and select This PC.
- In the search box, type
OUTLOOK.EXEand wait for results. - This may take a few minutes. Once found, right-click the file and choose Open file location.
Why You Might Need The Outlook Exe Path
Knowing where the outlook exe file is located helps in several scenarios. Here are the most common reasons:
- Creating desktop shortcuts: You can pin Outlook to your taskbar or create a custom shortcut.
- Troubleshooting startup issues: If Outlook won’t open, running it directly from the folder bypasses corrupted shortcuts.
- Running Outlook in safe mode: Add the
/safeswitch to the command line for diagnostics. - Automation scripts: Batch files or PowerShell scripts often need the exact path to launch Outlook.
- Antivirus exclusions: Some security software requires you to exclude the executable from scans.
How To Run Outlook From The Command Line
Once you have the full path, you can launch Outlook with various switches. Here’s how:
- Open Command Prompt or PowerShell.
- Type the full path in quotes, then add a space and the switch. For example:
"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" /safe - Press Enter. Outlook opens with the specified switch.
Common Command Line Switches For Outlook
/safe– Starts Outlook in safe mode without add-ins./resetnavpane– Resets the navigation pane to default./cleanviews– Restores default views./importprf– Imports a profile settings file./recycle– Recycles the Outlook process.
What If Outlook Exe Is Missing Or Not Found?
If you cannot locate OUTLOOK.EXE, it may be due to one of these reasons:
- Outlook is not installed: Check your installed programs list. If missing, install it from your Office suite.
- Corrupted installation: Run a repair of Microsoft Office via Control Panel > Programs > Change > Quick Repair or Online Repair.
- Hidden system folders: Ensure you can see hidden files. In File Explorer, go to View > Show > Hidden items.
- Wrong version: If you have a standalone Outlook app (like from the Store), the path is different. Use the Start menu method to find it.
How To Repair Outlook Installation
- Open Control Panel and go to Programs and Features.
- Find Microsoft 365 or Microsoft Office in the list.
- Right-click it and select Change.
- Choose Quick Repair first. If that fails, try Online Repair.
- Follow the prompts. This may restore missing files including OUTLOOK.EXE.
Understanding 32-Bit Vs 64-Bit Paths
The difference between Program Files and Program Files (x86) matters. If you have 64-bit Office, the executable is in the regular Program Files folder. If you have 32-bit Office on a 64-bit system, it goes in the (x86) folder. Here’s how to check your Office bitness:
- Open Outlook and go to File > Account > About Outlook.
- Look for “32-bit” or “64-bit” next to the version number.
- Use that info to choose the correct path.
Outlook Exe Location For Different Windows Versions
Windows 10 and Windows 11 handle paths similarly, but older Windows versions may differ. Here’s a quick reference:
- Windows 10/11: Default paths as listed above.
- Windows 8/8.1: Same as Windows 10.
- Windows 7: Paths are identical if using the same Office version.
Portable Or Custom Installations
If you installed Office to a custom location, the path will be wherever you chose. You can find it by searching for OUTLOOK.EXE in File Explorer or using the Start menu method. Some IT-managed systems may also redirect the installation to a network drive.
Creating A Desktop Shortcut Using The Exe Path
Once you know where the outlook exe file is located, creating a shortcut is simple:
- Navigate to the folder containing OUTLOOK.EXE.
- Right-click the file and select Send to > Desktop (create shortcut).
- Alternatively, right-click the file, choose Create shortcut, then drag it to your desktop.
- You can rename the shortcut or add command-line switches by right-clicking it, selecting Properties, and editing the Target field.
Adding Outlook To System Path For Easy Access
If you frequently run Outlook from the command line, add its folder to the system PATH variable:
- Right-click This PC and select Properties.
- Click Advanced system settings.
- Click Environment Variables.
- Under System variables, find Path and click Edit.
- Click New and paste the folder path (e.g.,
C:\Program Files\Microsoft Office\root\Office16). - Click OK on all windows. Now you can type
outlookin any command prompt to launch it.
Common Issues With Outlook Exe Location
Sometimes you may find multiple copies of OUTLOOK.EXE on your system. This can happen after Office updates or repairs. Always use the one in the main Office installation folder. The others may be backups or leftovers.
Outlook Exe Not Starting After Finding It
If you locate the file but it won’t launch, try these fixes:
- Run as administrator: Right-click OUTLOOK.EXE and select Run as administrator.
- Check for compatibility issues: Right-click the file, go to Properties > Compatibility, and try running in Windows 8 or 7 mode.
- Disable add-ins: Use the
/safeswitch to start without add-ins. - Repair Office as described earlier.
Using The Exe Path For Automation And Scripts
System administrators and power users often need the exact path for batch scripts. For example, a simple batch file to launch Outlook with a specific profile:
@echo off
"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" /profile "Work"
pause
Replace the path with your own. You can also use PowerShell:
Start-Process -FilePath "C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" -ArgumentList "/safe"
How To Verify The Correct Outlook Exe File
To ensure you have the right executable, check its digital signature:
- Right-click OUTLOOK.EXE and select Properties.
- Go to the Digital Signatures tab.
- Verify the signer is Microsoft Corporation.
- If no signature is present, the file may be corrupted or malicious. Scan it with your antivirus.
Frequently Asked Questions
What is the default path for Outlook exe on Windows 11?
On Windows 11, the default path for 64-bit Office is C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE. For 32-bit Office, it’s in C:\Program Files (x86)\Microsoft Office\root\Office16\OUTLOOK.EXE.
Can I find Outlook exe location without opening Outlook?
Yes. Use the Start menu shortcut method, search in File Explorer, or run the where outlook command in Command Prompt.
Why does my Outlook exe location show a different folder?
If you installed Office from the Microsoft Store or a custom location, the path will differ. Use the Start menu method to locate it accurately.
Is it safe to delete Outlook exe from the folder?
No. Deleting OUTLOOK.EXE will break Outlook completely. Only remove it if you are uninstalling Office properly via Control Panel.
How do I find Outlook exe if it’s hidden?
Enable hidden files in File Explorer (View > Show > Hidden items). For Store apps, you may need to take ownership of the WindowsApps folder.
Final Tips For Managing Outlook Exe
Knowing where the outlook exe file is located saves time and frustration. Keep the path handy for troubleshooting or automation. If you ever need to reinstall Office, note the path beforehand to confirm the installation went correctly. For most users, the default path works fine, but custom installations require a bit more digging.
Remember that Outlook.exe is just one part of the Office suite. If you have issues with other Office apps, their executables (like WINWORD.EXE or EXCEL.EXE) are in the same folder. Use the same methods to find them.
If you followed the steps above, you should now have the full path to OUTLOOK.EXE. Write it down or bookmark this page for future reference. Happy troubleshooting!