Quantcast
Channel: Office 365 | Sherweb
Viewing all articles
Browse latest Browse all 112

Outlook Won’t Open: How to Start it in Safe Mode (And Other Known Solutions)

$
0
0

A number of companies use Outlook for their email handling. As a consequence, many helpdesk managers list Outlook among the so-called first-call generators (FCGs)—software, services, or products that frequently lead corporate users to call helpdesks to resolve any issues they experience.

In this article, we’ll explore two approaches for troubleshooting Outlook if it refuses to open.

 

Problem: Can’t Open Outlook; No Error Message

In some situations, when the user tries to open the Outlook client, the application attempts to run but immediately closes or crashes.

Not Working Message

Let’s look at 3 possible reasons why this happens.

1) Cause: Outlook Desktop Installation Is Corrupted

Troubleshooting steps:

  1. Launch Outlook in safe mode: Click Start. In the search box, type “Outlook.exe/Safe” and hit Enter.Outlook in safe modeThis loads Outlook without many of the extra customization files and add-ins that are loaded by default.If Outlook works properly in safe mode, the problem is likely related to one of your add-ins or customization files.
  2. Repair the Outlook desktop client: Start >> Control Panel >> Programs >> Programs and Features.
    Select the Office Pack you want to repair and click Change.Uninstall or ChangeChoose Quick Repair or Online Repair.Quick Repair
  3. Repair your Outlook 2013 profile: In Outlook 2013, click File. Select the drop-down arrow next to Account Settings and select Account Settings.Account Settings
  4. On the Email tab, select your account (profile) and click Repair.click RepairFollow the prompts in the wizard, and restart Outlook when you’re done.

 

2) Cause: Outlook Add-ins Notifications Are Preventing Outlook from Opening

Certain Outlook add-ins can cause a wide range of errors, which can prompt warning messages or trigger Outlook to restart and/or freeze.

Troubleshooting steps:

  1. Check your add-ins: In Outlook, click File on the top left menu and select Options from the left-hand navigation.OptionsNext, go to Add-ins >> COM Add-ins >> Go. COM Add-insClear all add-in checkboxes. Then, select an add-in and click Add. Restart your computer, and repeat these steps for all add-ins in the list until you’re able to identify the source of the problem.Clear all the add-ins checkboxes

 

3) Cause: Another Program Is Conflicting With Outlook

Perform a Selective Startup to determine if another program is conflicting with Outlook.

When you start Windows normally, several applications and services start automatically and keep running in the background. These applications and services can interfere with Outlook. The Selective Startup Process, or “clean boot”, can help you identify issues with conflicting applications.

If you use the Selective Startup option in System Configuration (Tab Startup), you can turn services and startup programs on or off individually to see if the problem occurs the next time you restart your computer. If you select the checkbox for a particular service in System Configuration, it will run when you restart Windows. If the checkbox is cleared, the service or startup program won’t load when you restart.

In the Control Panel, click System and Security, then Administrative Tools, and double-click System Configuration. If you’re prompted for an administrator password or confirmation, type your password or provide confirmation.

System Configuration

Select the General tab and click Selective startup. To begin, clear both the Load system services and Load startup items checkboxes.

Load startup items

Next, select the Load system services checkbox, click OK, and then restart.

 

If the problem recurs after restarting, proceed with the following troubleshooting steps:

  1. First, we’ll identify the system service (if any) that is causing the problem.
  2. In System Configuration, click the Services tab, choose Disable all, select the checkbox for the first service that is listed, and restart your computer. click the Services tabIf the problem doesn’t recur, then you can exclude the first service as the cause of the problem.
  3. With the first service selected, select the second service checkbox and restart your computer.select the second service check box
  4. Repeat this process until you reproduce the problem. If you can’t reproduce the problem, you can eliminate these system services as the source of the issue.
  5. Next, we’ll attempt to identify the startup item that is causing the problem using a similar approach as above.
  6. In System Configuration, click the General tab and select the Load startup items checkbox.
  7. Click the Startup tab, choose Disable all, select the checkbox for the first startup item that is listed, and restart the computer. If the problem doesn’t recur, you can eliminate the first startup item as the cause of the problem. Continue adding items and restarting your computer until you are able to replicate the problem.Startup tab

 

Problem: Cannot Connect To Outlook (Outlook Trying To Connect)

Outlook Trying To Connect

Let’s look at the 2 possible causes of this issue.

 

1) Cause: No Internet Connection Available or Network Connectivity Degradation

Verify the Proxy Auto Configuration (PAC): Not all networks are the same. The PAC setup defines how web browsers and other user agents (like Outlook) can automatically choose the proxy server assigned to them. Thus, the PAC configuration is the primary network check that we need to perform to ensure that we are complying with corporate network policies and configurations.

Open Internet Explorer >> Tools >> Internet Options >> Connections >> LAN Settings >> verify PAC configuration:

verify PAC configuration

Check if your network infrastructure relies on a proxy server. If everything is OK, try opening any Internet page to check if your internet is working. If you cannot connect to the internet, check if you can open another network resource like a network share.

If you cannot open any network resource, there might be an issue with one of the following:

Network cable
Network Interface card
Network Infrastructure
Internet Service Provider

 

2) Cause: Autodiscover service Failing

Microsoft Exchange 2013 includes something called the Autodiscover service that automatically configures user profile settings for clients running Microsoft Office Outlook, as well as supported Windows Mobile phones. It also provides access to Exchange features for Outlook 2013 clients connected to your Exchange messaging environment.

The Autodiscover service uses a user’s email address and password to provide profile settings to Outlook 2013 clients and supported mobile phones. If the Outlook client is connected to a domain, the user’s domain account is used. When a user’s Exchange information is changed, Outlook automatically reconfigures the user’s profile using the Autodiscover service.

  1. Verify Office 365 Service Health
    1. Sign in with your Office 365 admin account at https://login.microsoftonline.com
    2. In the Office 365 admin center, go to Health and select Service health.

Service health

The site provides lots of information about known issues and maintenance activities in progress by Microsoft for each Office 365 environment. It’s a good habit to always keep it on hand, as it can spare you long (and worthless) troubleshooting sessions to pinpoint a server-side problem.

troubleshooting sessions to pin point a problem

The red, green, and yellow statuses for any Office 365 environment allow you to check if there is any known DNS problem or any work in progress in the area you are troubleshooting

  1. Verify Exchange Autodiscover DNS: You can use the nslookup tool that comes with any version of Microsoft Windows to view the DNS records for your domain.Verify Exchange Autodiscover
  2. Check Firewalls and PAC Configuration: Firewall or internet proxy restrictions enforced on your corporate internal network may prevent the nslookup tool from functioning properly.verify PAC configuration
  3. Check the MX records: Open a DOS Command Prompt (Start >> Programs >> Accessories >> Command Prompt)
    Type “nslookup”. Your computer’s DNS server name and IP address will be displayed.
    Type “set type=mx”. This will cause nslookup to only return what are known as MX (mail exchange) records from the DNS servers.
    Type “hotmail.com” or your domain name.
    The results should look similar to the following:MX records
  4. Use the Remote Connectivity Analyzer Tool: Go to https://testconnectivity.microsoft.com/
    The Remote Connectivity Analyzer is a collection of web-based tools that help identify connectivity issues affecting the Exchange Server environment. It’s easy to use and quite intuitive, but before running any tests, make sure that you have cleared your Internet Explorer cache.

We hope you found this article helpful. Let us know if you have other problems with Outlook in the comments bellow!

The post Outlook Won’t Open: How to Start it in Safe Mode (And Other Known Solutions) appeared first on SherWeb.


Viewing all articles
Browse latest Browse all 112

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>