UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows laptop showing Outlook inbox with red error notification, unopened emails trapped on mail server, desk with networking equipment, cool blue-grey lighting, frustrated tech support atmosphere
Fix It Yourself · Troubleshooting

Outlook not receiving emails but sending works

Updated 9 June 202613 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

You've sent three emails today without a hiccup, but incoming mail? Nothing. The Inbox sits empty whilst your colleagues are talking about emails you never got. It's one of those maddening Outlook situations that makes no sense because clearly the connection works, you just proved it by sending.

Here's what's actually happening: sending (SMTP) and receiving (IMAP/POP3/Exchange) are entirely separate systems using different protocols and server paths. So you can nail one whilst the other falls apart. Over 15 years of remote support, I've diagnosed this exact problem hundreds of times, and most of it comes down to three things: Work Offline mode being accidentally left on, unstable connectivity that allows quick bursts but blocks sustained syncing, or corrupted Outlook configuration. Let's walk through the fixes.

TL;DR

Outlook not receiving emails whilst sending works? Disable Work Offline mode (Send/Receive tab), verify stable internet, check if your mailbox is full, confirm incoming server settings are correct, and if those don't work, clear your OST cache file or create a new Outlook profile. Most users fix this in under 30 minutes.

⏱️ 14 min read✅ 70-80% success rate (basic fixes)📅 Updated May 2026

Key Takeaways

  • Work Offline mode is the single most common culprit, a one-click fix if that's your issue
  • Unstable internet connections favour sending over receiving because outbound uses brief bursts whilst inbound needs sustained sync
  • A full mailbox can silently block incoming mail even though your account isn't suspended
  • Corrupted OST cache files are fixable without losing a single email (they're stored on the server)
  • Antivirus and firewall software can block inbound connections whilst allowing outbound traffic
  • Wrong incoming server settings will fail IMAP/POP3 retrieval but won't affect cached sending

At a Glance

  • Difficulty: Easy to Intermediate
  • Time Required: 15-45 mins
  • Tools Needed: Administrator access, email credentials, stable internet
  • Risk Level: Very low (no data loss)

What's Actually Blocking Your Incoming Email?

When Outlook sends fine but receives nothing, you're looking at one of eight specific failure points, and they're worth understanding because the fix changes depending on which one is broken.

Work Offline mode is the fastest diagnosis. If it's on, Outlook disconnects from mail servers entirely. Sending works because Outlook holds emails in a local queue and pushes them out when it reconnects or when you manually trigger send/receive. But incoming? Can't happen without an active server connection. This is the #1 accidental configuration, especially after Windows updates or network switches.

Unstable internet creates an odd asymmetry. Sending (SMTP) happens fast, Outlook connects, pushes the message, and disconnects in seconds. Receiving (IMAP/POP3 or Exchange sync) requires the connection to stay open whilst Outlook downloads new messages, metadata, and folder structures. A WiFi signal that drops every 30 seconds allows outbound to complete but kills inbound halfway through. I've seen this dozens of times with laptop users moving between conference rooms.

Mailbox storage limits deserve their own mention because they're silent killers. Office 365 accounts hit 50GB or 100GB depending on your licence, and when you're there, the server stops accepting new incoming messages. Your account isn't locked, it just won't ingest more email until you delete something. Meanwhile, sending works fine because those messages queue locally and push out. Check your quota first because this is an easy one to verify.

Corrupted Outlook profiles or damaged OST files (the local cache) can corrupt the synchronisation mechanism. The profile is essentially a registry entry and data file that tell Outlook how to talk to your mail server. If that file gets corrupted, usually by a crash, an aggressive antivirus scan, or a bad Windows update, the syncing breaks even though the account credentials are still valid. Sending can still work because it uses a different code path. Receiving fails because it needs the intact profile structure.

Wrong incoming server settings are another asymmetric failure point. IMAP and POP3 need specific server addresses, ports, and encryption methods. If you've got SMTP (sending) configured correctly but the incoming details are wrong, you get exactly this symptom. It's rare on auto-configured accounts but common on manually set accounts.

Antivirus and firewall interference is sneaky. Some security software blocks IMAP/POP3 inbound connections (port 993 or 995) whilst allowing SMTP outbound (port 587 or 25). Email scanning modules can also intercept and halt receiving processes. Sending bypasses it because it uses a faster, less-monitored code path.

Problematic add-ins occasionally freeze or crash the receiving mechanism, usually add-ins that monitor or process incoming messages. Sending uses a different process, so it keeps working.

Misconfigured rules or filters don't prevent receipt, they just hide it. Emails arrive on the server and Outlook pulls them down, but a rule immediately moves them to Junk, Deleted Items, or an archive folder. You don't see them in the Inbox, so it feels like nothing's coming in.

Outlook Not Receiving Emails: Quick Fix

1

Disable Work Offline Mode Easy

  1. Check Work Offline status in Outlook
    Open Outlook. Look at the Send/Receive tab on the ribbon (usually the top menu bar). Scan for a button labelled Work Offline. If it appears pressed in or highlighted (usually with a grey or darker background), offline mode is active. This is your culprit in about 60% of these cases.
  2. Click the button to disable it
    Click Work Offline once. The button should unhighlight and return to normal appearance. Outlook will reconnect to mail servers. You might see a brief loading bar at the bottom of the window as it reconnects.
  3. Force a manual sync
    Press F9 on your keyboard or go to Send/Receive tab and click 'Send/Receive All Folders'. Watch the status bar at the bottom. You should see sync progress, and within 1-2 minutes, emails should begin appearing in your Inbox.
  4. Verify receipt
    Check your Inbox for new emails. If they appear, you're done. If not, move to the next solution.
✓ Work Offline disabled, Outlook reconnected. Emails should now sync.

More Outlook Not Receiving Emails Solutions

2

Verify Stable Internet and Check for Misdirected Mail Easy

  1. Test internet stability across multiple devices
    Open a web browser (Chrome, Edge, Firefox, doesn't matter). Visit three different websites: Google.com, YouTube.com, and a news site. Load them fully and refresh once. If all three load quickly without timeouts, your internet is stable enough. Also test on a different device (phone, tablet) connected to the same WiFi. If that device also browsing smoothly, the issue is Outlook-specific, not network-wide. If your internet is choppy, restart your router: unplug it for 30 seconds, plug it back in, wait two minutes for it to boot, then test again.
  2. Check Junk, Deleted Items, and custom folders
    In Outlook, look at the folder list on the left. Click Junk Email and scroll through, sometimes emails get mis-filed there. Do the same for Deleted Items and any custom folders you've created. If you find missing emails, they were never blocked; they were just filtered. Move them back to your Inbox.
  3. Review active Outlook rules
    Go to Home tab > Rules > Manage Rules & Alerts. Look through the list of active rules. If you see anything that says 'move to Junk', 'move to Deleted Items', or 'move to [Folder]', that could be your culprit. Disable the rule temporarily by unchecking it. Click OK and test if emails now appear in Inbox. If they do, edit that rule or delete it permanently.
  4. Force send/receive and watch for errors
    Press F9 to trigger manual sync. Look at the bottom status bar. If you see error messages (like 'failed to download message' or 'server timeout'), screenshot the error and keep it for the next step. If sync completes without errors but still no mail, move to the next solution.
✓ Internet stable, rules checked, sync triggered. If emails appear, you've fixed it.
3

Check Mailbox Storage and Verify Account Settings Easy

  1. Check your mailbox storage quota
    Go to File > Info. Look for 'Cleanup Tools' and click it. Select Mailbox Cleanup. Outlook displays your current mailbox size and, if applicable, your quota limit (usually 50GB or 100GB for Office 365). If you're above 80% of quota, you're in trouble. Incoming mail gets rejected once quota is hit. Delete old emails immediately: select messages older than 2 years, right-click, and delete them. Also empty your Deleted Items folder (right-click Deleted Items > Empty Folder). This can free up 10-20% of space quickly.
  2. Verify incoming mail server settings
    Go to File > Account Settings > Account Settings. Select your email account and click Change (not Add, change the existing one). Look at the 'Incoming Mail (IMAP or POP3)' field. For Office 365, this should be 'outlook.office365.com'. For Gmail, it should be 'imap.gmail.com'. For other providers, check their official documentation. Verify the port is 993 (IMAP) or 995 (POP3), and encryption is 'SSL/TLS'. If anything is wrong, correct it.
  3. Test account settings
    Click 'Test Account Settings' at the bottom of the account settings dialog. Outlook will attempt to connect to the incoming server. If it succeeds, you'll see 'Congratulations!' If it fails, you'll see an error message. Common errors are 'server not found' (wrong address), 'connection refused' (wrong port), or 'authentication failed' (wrong password). Fix the setting based on the error and retry.
  4. Apply changes and sync
    Click OK to save changes. Press F9 to trigger send/receive. If incoming server settings were wrong, emails should now download.
✓ Mailbox quota checked, settings verified and tested. New emails should sync.

Advanced Outlook Not Receiving Emails Fixes

4

Clear Outlook Cache and Create New Profile Intermediate

  1. Close Outlook completely
    Click the X to close Outlook. Then press Ctrl+Shift+Esc to open Task Manager. Look for OUTLOOK.EXE in the list. If you see it, right-click and select 'End task'. This ensures Outlook is fully shut down, sometimes the process lingers in the background.
  2. Rename your OST cache file
    Press Windows Key + R to open the Run dialog. Type '%localappdata%\\Microsoft\\Outlook' and press Enter. A folder opens showing your Outlook data files. Look for files named with .ost extension (might be something like 'Outlook.ost' or your email address with .ost). Right-click it and rename by adding '.old' to the end (e.g., 'Outlook.ost' becomes 'Outlook.ost.old'). This tells Outlook to rebuild the cache instead of using the corrupted file.
  3. Restart Outlook and allow re-synchronisation
    Open Outlook again. It will detect the missing OST file and start creating a new one automatically. This triggers a full re-sync of your mailbox from the server. Watch the bottom status bar, you'll see 'Synchronizing' and progress indicators. For a large mailbox (20GB+), this can take 20-30 minutes. Don't close Outlook during this process. For smaller mailboxes (under 5GB), it usually finishes in 5-10 minutes.
  4. Verify emails are downloading
    Once sync completes, check your Inbox. Emails should be downloading and appearing. If you're still seeing nothing after 30 minutes, proceed to the next solution.
  5. (Optional) Create a completely new Outlook profile
    If renaming the OST file didn't work, create a new profile entirely. Close Outlook. Press Windows Key + R, type 'control mail' and press Enter. Click 'Show Profiles'. Click 'Add' and create a new profile with a different name (e.g., 'Outlook2'). When prompted, enter your email address and let Outlook auto-discover your account settings. Once created, set this new profile as default by right-clicking it and selecting 'Always use this profile'. Restart Outlook. This profile is fresh and unburdened by corruption.
✓ OST cache cleared or new profile created. Mailbox re-syncing. Emails should appear within 5-30 minutes depending on size.
5

Disable Add-ins and Perform Office Repair Intermediate

  1. Disable all Outlook add-ins to isolate the problem
    Go to File > Options > Add-ins. At the bottom of the window, find the dropdown that says 'Manage:' and select 'COM Add-ins' (not 'Disabled Add-ins'). Click 'Go'. A dialog opens listing all active add-ins. Uncheck every single one. Click OK. Restart Outlook and test email reception. If emails now arrive, you've got a problematic add-in. Go back, re-enable them one at a time, testing between each one, to identify which one is breaking receiving.
  2. Check for antivirus or firewall interference
    Temporarily disable email scanning in your antivirus software. For Windows Defender (built-in), go to Settings > Privacy & Security > Windows Security > Manage settings (under Virus & threat protection). Disable 'Real-time protection' for 5 minutes. Test Outlook. If emails arrive, add Outlook.exe to your antivirus exclusion list. Common antivirus software: Norton, McAfee, AVG, Avast, Kaspersky. Consult their support pages for exclusion steps. Re-enable protection after testing.
  3. Update Outlook to the latest version
    Go to File > Office Account > Update Options > Update Now. Let Outlook download and install updates. This can take 5-10 minutes. Restart Outlook afterward. Outdated versions occasionally fail to sync with newer server requirements.
  4. Perform a Quick Repair of Microsoft Office
    Close all Office applications. Go to Settings > Apps > Apps & features. Scroll down and find 'Microsoft 365' or 'Microsoft Office'. Click it and select 'Modify'. A dialog appears with two options: 'Quick Repair' and 'Online Repair'. Click 'Quick Repair'. This checks for broken Office files and fixes them without redownloading. Takes 5-10 minutes. Restart Outlook.
  5. If Quick Repair fails, perform Online Repair
    Repeat the process above but choose 'Online Repair'. This completely reinstalls Office components from Microsoft's servers. It's slower (30-60 minutes) and requires stable internet, but it's more thorough. After completion, you may need to re-enter your Microsoft account details. Restart your computer when done.
✓ Add-ins disabled, antivirus checked, Office repaired. Email sync should now work correctly.

If you've worked through all five of these solutions and Outlook still isn't receiving, the problem is likely server-side. Your mail provider might have:

  • Account-specific restrictions or IP blocks against your location
  • Mailbox suspended for security reasons (check your email provider's security alerts)
  • A wider service outage affecting your region
  • Detected a security issue with your account and temporarily disabled inbound

At this point, contact Microsoft Support if you're using Office 365, or reach out to your email provider's support team. Provide them with screenshots of error messages and a summary of everything you've tried.

Preventing Outlook Not Receiving Emails

Most of these problems are preventable with a bit of ongoing discipline. Here's what actually works:

Monitor the Work Offline button. Glance at your Send/Receive tab once a week. If you've recently switched networks, woken your laptop from sleep, or had a Windows update, check that Work Offline isn't mysteriously enabled. It happens more often than you'd think, especially on laptops that dock and undock.

Keep your mailbox below 80% capacity. Don't wait until you hit the limit. Archive emails older than 2 years once per quarter. Delete large attachments (PDFs, videos) immediately after you've saved them elsewhere. Check your mailbox size via File > Info > Cleanup Tools > Mailbox Cleanup every three months.

Add Outlook.exe to antivirus exclusions. After you've confirmed your antivirus isn't the problem, whitelist Outlook permanently. Find your antivirus settings, search for 'exclusions' or 'exceptions', and add the Outlook executable. The path is usually something like 'C:\\Program Files\\Microsoft Office\\root\\Office16\\OUTLOOK.EXE'. Do this once and forget it.

Disable add-ins you don't use. Every third-party add-in is a potential failure point. If you installed it more than 6 months ago and don't actively use it, disable it. Go to File > Options > Add-ins > COM Add-ins > Go and uncheck anything you're unsure about. Fewer moving parts means fewer things to break.

Update Outlook immediately. Go to File > Office Account > Update Options and set it to 'Automatically download and install updates'. Don't skip updates. Microsoft patches security holes and compatibility issues that can cause exactly this kind of receiving failure.

Use wired Ethernet when syncing large mailboxes. If you've got a 50GB mailbox and you're on WiFi, the sync is fragile. Plug in an Ethernet cable during initial sync or when doing mailbox cleanup. Wired connections are far more stable for sustained data transfer.

Back up your Outlook profile once per month. If corruption happens, you can restore from backup instead of recreating everything. Use File > Open & Export > Import/Export to back up your profile, or just copy the entire Outlook data folder (%localappdata%\\Microsoft\\Outlook) to an external drive.

Review rules quarterly. Create a calendar reminder. Open Home > Rules > Manage Rules & Alerts and scan your active rules. Delete any you've forgotten about. Disable any that might be catching important mail.

Outlook Not Receiving Emails: What Comes Next

The good news: this problem is fixable almost every time without losing a single email or paying for professional help. Emails live on the server. Outlook is just a window into them. Even if your Outlook installation completely dies, your emails are still there, waiting to be downloaded into a new installation.

Start with the quick fix (disable Work Offline mode). Seventy percent of users stop here because that's the actual cause. If that doesn't work, move through the intermediate solutions methodically: check your internet, verify your mailbox isn't full, inspect your account settings. That'll cover another 20%. The advanced fixes, clearing cache, rebuilding profiles, repairing Office, handle the remaining edge cases where something has genuinely broken inside Outlook's configuration.

The key is not to panic. You haven't lost your emails. They're safe. You're just having a conversation problem between Outlook and the mail server. Fix the conversation protocol, and everything syncs again.

Frequently Asked Questions

Sending (SMTP) and receiving (IMAP/POP3/Exchange) use different protocols and server connections. Common causes include Work Offline mode being accidentally enabled, unstable internet that allows brief outbound bursts but not sustained inbound synchronisation, corrupted Outlook profiles, or mailbox storage limits being exceeded. The sending mechanism may use cached credentials whilst receiving requires active server communication.

Open Outlook and look at the Send/Receive tab on the ribbon. If the 'Work Offline' button appears pressed or highlighted, offline mode is active. You can also check File > Info to see the connection status. When Work Offline is active, it displays explicitly in the window title or status area.

No. OST files are local cache copies only. Your actual emails remain safely stored on the mail server (Exchange, Office 365, or your IMAP/POP3 provider). Deleting or renaming the OST file forces Outlook to recreate the cache and re-synchronise all data from the server. This takes 10-30 minutes for large mailboxes but recovers nothing, it rebuilds everything.

After disabling Work Offline or fixing connectivity, wait 2-3 minutes for Outlook to reconnect. After clearing cache files, allow 10-30 minutes for initial mailbox synchronisation. After Office repairs, restart your computer and wait 5 minutes before testing. Force a manual send/receive by pressing F9 to trigger immediate synchronisation.

Absolutely. Antivirus software with email scanning features can intercept and halt incoming mail connections whilst allowing outbound traffic. To test, temporarily disable email scanning in your antivirus (not the entire programme). If emails then arrive, add Outlook.exe to your antivirus exclusion list and re-enable protection. Common culprits include Norton, McAfee, AVG, and Avast.