Quick Answer

Configure POP3 in Outlook via File → Add Account → Advanced setup → POP. Enter incoming server (pop.gmail.com:995 or outlook.office365.com:995), outgoing SMTP, your full email, and password. Critical: in Account Settings → Advanced, enable 'Leave a copy of messages on the server' to avoid losing mail across devices. POP3 is mostly legacy — IMAP is better for almost all modern use cases.

POP3 in Outlook: When to Use It and How to Configure

By Braedon·Mailflow Authority·Email Infrastructure·Updated 2026-05-16

POP3 in Outlook is mostly legacy in 2026, but specific use cases still call for it — single-device setups with local archival, integrations with old systems, or low-bandwidth scenarios where downloading and discarding is preferable to syncing. This guide covers the configuration steps for Outlook (Windows, Mac, and the new Outlook), plus the critical leave-on-server setting that prevents data loss.

If you're configuring a modern mail setup, use IMAP instead. See IMAP vs SMTP for the comparison.

When POP3 makes sense

ScenarioPOP3 makes sense?
Single device, want full local archiveYes
Multiple devices accessing same accountNo — use IMAP
Limited server quota, want to free space after downloadYes
Integration with legacy systems that require POP3Yes
Webmail and Outlook on the same accountNo — use IMAP
Mobile + desktop syncNo — use IMAP
Modern Gmail / Outlook.com / Microsoft 365Usually no — IMAP is better

If your use case isn't clearly in the "yes" column, default to IMAP.

POP3 server settings by provider

ProviderPOP3 serverPortSecurity
Outlook.com / Hotmailoutlook.office365.com995SSL/TLS
Microsoft 365 businessoutlook.office365.com995SSL/TLS
Gmailpop.gmail.com995SSL/TLS
Yahoo Mailpop.mail.yahoo.com995SSL/TLS
iCloudpop.mail.me.com995SSL/TLS
Fastmailpop.fastmail.com995SSL/TLS
Generic hostedVaries (check provider)995 typicallySSL/TLS

For Gmail, POP3 must be enabled first via Gmail Settings → Forwarding and POP/IMAP. Microsoft 365 admins may need to enable POP per-mailbox via PowerShell.

Step-by-step: Outlook for Windows

  1. Open Outlook
  2. File → Account Settings → Account Settings
  3. Click New under the Email tab
  4. Enter your email address, click Advanced options → "Let me set up my account manually," then Connect
  5. Select POP as account type
  6. Enter incoming server, port (995), encryption method (SSL/TLS)
  7. Enter outgoing server, port (587 or 465), encryption method
  8. Enter username (full email), password, click Connect
  9. After test, click Done

For the new Outlook for Windows (the redesigned client), POP3 setup is more limited — currently not supported for personal accounts in the same way. Use classic Outlook for full POP3 control.

Step-by-step: Outlook for Mac

  1. Outlook → Settings → Accounts
  2. Click + → New Account
  3. Enter email, click Continue
  4. If auto-discovery fails, click Configure Manually
  5. Choose POP, enter the settings as above
  6. Click Add Account

The critical "Leave on Server" setting

The single most important POP3 setting in Outlook:

  1. File → Account Settings → Account Settings
  2. Select your POP account → Change → More Settings
  3. Advanced tab
  4. Check "Leave a copy of messages on the server"
  5. Optional: check "Remove from server after X days" — set 30 or 90 days to avoid filling the server inbox
  6. Optional: check "Remove from server when deleted from Deleted Items" if you want server cleanup synced

Without this setting, Outlook downloads mail and deletes it from the server. If you check that mailbox from any other device or via webmail, those messages are gone permanently.

Practitioner note: I've recovered exactly zero mailboxes from POP3 deletion incidents. Once Outlook on a single PC has downloaded and deleted, those messages exist only in the local PST file — and if the PST is lost or corrupted, the mail is gone. Always enable leave-on-server, and if you care about the mailbox, take regular PST backups.

SMTP settings (outgoing)

POP3 only handles incoming. Outgoing uses SMTP on a separate connection.

ProviderSMTP serverPort
Outlook.com / Microsoft 365smtp.office365.com587 STARTTLS
Gmailsmtp.gmail.com465 SSL or 587 STARTTLS
Yahoosmtp.mail.yahoo.com465 or 587

Authentication for SMTP is the same as POP3 (full email + password or app password). Make sure "My outgoing server requires authentication" is enabled in Outlook account settings.

Two-factor authentication

If 2FA is enabled on your account, your regular password won't work for POP3 (or SMTP). Generate an app password:

Use the app password in place of your regular password in Outlook.

SMTP AUTH disabled in Microsoft 365

For Microsoft 365 business accounts, SMTP AUTH is often disabled tenant-wide. Symptom: POP3 connects but outbound mail fails with authentication error.

Fix: an admin enables SMTP AUTH per-mailbox in Exchange admin center, or via PowerShell:

Set-CASMailbox -Identity [email protected] -SmtpClientAuthenticationDisabled $false

Alternatively, use the Outlook desktop client with modern authentication (OAuth) instead of POP/SMTP — which is what Microsoft recommends.

Common Outlook POP3 problems

"Cannot connect to incoming server." Check port (995 for SSL) and encryption (SSL/TLS, not STARTTLS).

"Authentication failed." With 2FA enabled, use app password. Without 2FA, verify the password isn't expired and check for special characters (some setups have issues with certain characters).

Messages deleted from server unexpectedly. Leave-on-server not enabled. Check Account Settings → More Settings → Advanced.

Same message downloaded multiple times. Outlook's "downloaded message ID" cache got corrupted. Solution: Account Settings → More Settings → Advanced → uncheck and re-check Leave on Server, or recreate the account.

Outgoing mail fails but incoming works. SMTP authentication not enabled. Check Outgoing Server tab in More Settings — "My outgoing server requires authentication" must be checked.

Outlook freezes on Send/Receive. Large PST file. POP3 stores everything locally; PSTs over 50GB cause performance issues. Archive to a second PST file or move to IMAP.

Practitioner note: If a client is on POP3 and complaining about device-sync issues, the right move is almost always migrating them to IMAP, not troubleshooting POP3 settings. The migration is straightforward (add IMAP account, drag messages from POP folders to IMAP folders, remove POP account once verified). I do this monthly.

When to migrate to IMAP

Migrate from POP3 to IMAP if:

  • You access mail from more than one device
  • You use webmail in addition to Outlook
  • You want calendar/contacts sync (POP3 doesn't do this)
  • Your PST file is getting unwieldy
  • You're setting up a new install (just use IMAP)

Migration steps:

  1. Add new IMAP account in Outlook
  2. Drag messages from POP3 Inbox to IMAP Inbox (uploads to server)
  3. Verify mail appears in webmail
  4. Repeat for Sent, Drafts, custom folders
  5. Once verified, remove POP3 account

If you're working through a POP3 setup for a specific legacy requirement, or migrating a team off POP3, book a consultation. Mailbox transitions are a common engagement type.

Sources


v1.0 · May 2026

Frequently Asked Questions

How do I configure POP3 in Outlook?

File → Account Settings → New → Advanced setup → POP. Enter your email, then incoming POP3 server (port 995 SSL) and outgoing SMTP server. Provide username (full email) and password. In Account Settings → Advanced, enable 'Leave a copy of messages on the server' if you'll access the account from any other device.

What's the POP3 incoming server for Outlook?

For Outlook.com / Hotmail POP3: outlook.office365.com port 995 with SSL. For Gmail: pop.gmail.com port 995 with SSL (POP3 must be enabled in Gmail Settings first). For Microsoft 365 business: outlook.office365.com port 995. Username is the full email address; password is account password or, with 2FA, an app password.

Should I use POP3 or IMAP in Outlook?

Use IMAP unless you have a specific reason for POP3. IMAP syncs folder state across devices; POP3 downloads and (by default) deletes from server. POP3 is only worth using for single-device setups where you want a local-only archive, or for legacy systems that require it. Almost no modern use case justifies POP3.

What's the POP3 port number?

POP3 uses port 995 with implicit SSL/TLS (recommended) or port 110 with STARTTLS (legacy). For modern Outlook configurations, always use port 995 with SSL. Outgoing SMTP uses port 465 (SSL) or 587 (STARTTLS) — POP3 and SMTP are separate connections.

Why do my Outlook POP3 emails keep disappearing?

POP3 defaults to deleting messages from the server after download. If you check the same account from another device or via webmail, those messages are gone. Fix: in Account Settings → Change → More Settings → Advanced, check 'Leave a copy of messages on the server.' Set a removal interval (e.g., 30 days) to avoid filling the server inbox.

Want this handled for you?

Free 30-minute strategy call. Walk away with a plan either way.