• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Prevent users from adding email accounts to Outlook

Slipstick Systems

› Exchange Server › Prevent users from adding email accounts to Outlook

Last reviewed on March 24, 2024     20 Comments

Applies to: Outlook (classic), Outlook 2010

Administrators can prevent users from adding personal email accounts to Outlook by setting a registry key. This can be pushed out using a logon script or group policy. It can also be disabled when creating an install package using the Office customization tool (OCT).

These keys apply only to new accounts; if the user already has an Internet account in their profile, setting these keys will not disable the account.

Navigate to the Outlook\Options registry key in Windows registry. Add a DWORD value for each of the protocols you want to disable with a Value Data of 1. To enable the protocols, delete the key or change the value to 0. Once you disable POP3 and IMAP, the options to add POP and IMAP accounts will be disabled in the Account Setup dialog. In the new Simplified Account dialog, the Gmail button will not be disabled but the user will be unable to complete the account setup wizard. The DisableExchange value does not prevent users from adding Outlook.com or Office 365 Exchange accounts to a profile.

pop and imap accounts are disabled in the simplified dialog

After adding the key to the registry, you may need to restart Outlook.

DisablePOP3
DisableIMAP
DisableExchange
DisableHTTP
DisableOtherTypes

Note: HTTP protocol is no longer supported by any servers and is not an option in Outlook 2010 or newer.

Outlook 2016, 2019, 365

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options
DWORD: DisablePOP3
Value: 1
DWORD: DisableIMAP
Value: 1

Outlook 2013

HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Options
DWORD: DisablePOP3
Value: 1
DWORD: DisableIMAP
Value: 1

Outlook 2010

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Options
DWORD: DisablePOP3
Value: 1
DWORD: DisableIMAP
Value: 1

Outlook 2007

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Options
DWORD: DisablePOP3
Value: 1
DWORD: DisableIMAP
Value: 1

Do it for me

If you don't want to edit the registry yourself, you can download the Registry file for your version of Outlook to set the keys. Note that all of the Disable* values are in the reg file. Open it in Notepad to edit it.
DisableAccounts 2016 DisableAccounts 2013 DisableAccounts 2010 DisableAccounts 2007

Block creation of Outlook.com MAPI accounts and PST files

In addition, you can set registry keys to prevent users from adding Outlook.com accounts to their profile and to disable the ability to create pst files.

HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\outlook
DWOWD: disableexchangeconsumeraccounts
Value: 1

DWORD: disablepst
Value: 1

disableexchangeconsumeraccounts disablepst

 

Apply using Group policy

To set the values using group policy, use these registry keys:

Outlook 2016, 2019, 365

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Outlook\Options

Outlook 2013

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\Options

Outlook 2010

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook\Options

Outlook 2007

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Options

Set the DWORD value to 1.

DisablePOP3
DisableIMAP
DisableExchange
DisableHTTP
DisableOtherTypes

More Information

The options to prevent addition of an Exchange, POP3, IMAP, or Other Server Types accounts are not available in Outlook
Configure Outlook 2010

Prevent users from adding email accounts to Outlook was last modified: March 24th, 2024 by Diane Poremsky

Related Posts:

  • An administrator wanted to know how to prevent users from adding new e
    Disable the ability to create new email accounts
  • Remove Team Calendars from Outlook's Navigation Pane
  • Maximum number of Exchange accounts in an Outlook profile
  • Disable the Unsafe Hyperlink Warning when Opening Attachments

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Subscribe
Notify of
20 Comments
newest
oldest most voted
Inline Feedbacks
View all comments

Lee Odendaal (@guest_220708)
November 2, 2023 12:17 am
#220708

Hi.
It may be an old thread but, i am using Server 2022 in an RDP Environment.What is suggested above does disable POP and IMAP when trying to add Manually, but adding an account automatically still allows a new to setup a POP or IMAP Email address.
Does the suggestions not support Server OS / RDP Environments or am i missing something?

0
0
Reply
Jason (@guest_220417)
July 18, 2023 2:36 pm
#220417

It makes no sense to do this via GPO using registry keys when you can just use the purpose built ADMX templates for Office. User Config -> Administrative Templates -> Microsoft Outlook 2016 -> Miscellaneous -> Prevent users from adding-email account types

0
0
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  Jason
July 19, 2023 1:06 am
#220418

It depends... if you know the registry key and don't have the admin templates installed, it's faster to use the key. :)

1
-1
Reply
Tandy Wine (@guest_220415)
July 18, 2023 11:44 am
#220415

Diane, thanks for this information. Do you have any insight on whether this option will work in the new Outlook?

0
0
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  Tandy Wine
July 19, 2023 1:07 am
#220419

Outlook Pre? No, it will not.

1
0
Reply
ced (@guest_218859)
November 5, 2021 6:25 am
#218859

Hello, our client wants to disable/block the Add account button (In outlook, File>Add Account). Is this possible?

0
0
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  ced
November 6, 2021 10:46 pm
#218864

They can disable the key using command id's -

disabling buttons using command id's -

Use Group Policy to disable commands (slipstick.com)

if they use Exchange account, they can set a group policy to block pop and IMAP accounts, outlook.com, or additional Exchange accounts. (I'll need to look up those keys.

0
0
Reply
Abdul latheef (@guest_218639)
August 17, 2021 6:01 am
#218639

Hi,
To apply this policy from GPO.. which one i need to choose user configuration OR computer configuration.

please advise.

Abdul

0
0
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  Abdul latheef
August 17, 2021 11:29 am
#218642

it's under the user config hive -

2021-08-17_11-30-53-0000.png
0
0
Reply
Matt (@guest_218512)
July 7, 2021 2:13 pm
#218512

does this also block the addition of Internet Calendars? Is there a way to stop someone from syncing their personal email but allow personal calendars to be used in Outlook?

0
0
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  Matt
August 17, 2021 10:24 am
#218641

You can block pop, imap, and personal exchange (outlook.com) while allowing internet calendar subscriptions.

0
0
Reply
Loran (@guest_218228)
May 14, 2021 6:58 pm
#218228

As of May 2021, if you want to also remove the Google option add "DisableGoogle" in the registry.

0
0
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  Loran
May 14, 2021 9:16 pm
#218229

It doesn't actually prevent you from adding a google account - it just disabled the google option in manual setup - but you can add the account as IMAP.

0
0
Reply
Mitchell (@guest_219757)
Reply to  Loran
October 2, 2022 1:01 am
#219757

Any information on diabling the "Exchange 2013 or earlier" button?

0
0
Reply
Jason Grimme (@guest_215826)
September 2, 2020 3:56 pm
#215826

is it possible to prevent users from adding more than 1 Exchange account to their Outlook profile? We've discovered users adding shared mailboxes as a full on Outlook acount (along with their own account) and do not want that. We're standardizing on automounting all shared mailboxes and only want them to have their own, single mailbox account as their solitary account in Outlook.

0
0
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  Jason Grimme
October 6, 2020 11:50 pm
#216016

You can limit non-default exchange accounts or limit the # of exchange accounts in the profile.

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\exchange]
"disablemultipleexchange"=dword:00000001
"maxnumexchange"=dword:00000001

0
0
Reply

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 30 Issue 16

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Use Classic Outlook, not New Outlook
  • How to Remove the Primary Account from Outlook
  • Disable "Always ask before opening" Dialog
  • Adjusting Outlook's Zoom Setting in Email
  • This operation has been cancelled due to restrictions
  • How to Hide or Delete Outlook's Default Folders
  • Reset the New Outlook Profile
  • Save Attachments to the Hard Drive
  • Add Attachments and Set Email Fields During a Mail Merge
  • Outlook SecureTemp Files Folder
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
  • Opening PST files in New Outlook
  • New Outlook: Show To, CC, BCC in Replies
  • Insert Word Document into Email using VBA
  • Delete Empty Folders using PowerShell
  • Warn Before Deleting a Contact
  • Classic Outlook is NOT Going Away in 2026
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Opening PST files in New Outlook

New Outlook: Show To, CC, BCC in Replies

Insert Word Document into Email using VBA

Delete Empty Folders using PowerShell

Warn Before Deleting a Contact

Classic Outlook is NOT Going Away in 2026

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2025 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.

wpDiscuz

Sign up for Exchange Messaging Outlook

Our weekly Outlook & Exchange newsletter (bi-weekly during the summer)






Please note: If you subscribed to Exchange Messaging Outlook before August 2019, please re-subscribe.

Never see this message again.

You are going to send email to

Move Comment