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

Outlook.com Custom Domains

Slipstick Systems

› Outlook.com › Outlook.com Custom Domains

Last reviewed on June 11, 2023     28 Comments

Applies to: Outlook.com

If you have a Microsoft 365 Personal or Family subscription, you can use a custom domain name with it.

Microsoft announced the retirement of Personalized Outlook.com domains at the end of November 2023. As of December 1 2023, users will not be able to add or change the custom domain. They can use the address they have set up but won't be able to change their address – once an address is removed, you will not be able to add it back.
Microsoft's announcement:
Starting November 30, 2023, you will no longer be able to associate a new personalized email address (e.g. yourname@example.com) with your Outlook.com mailbox. If you already have a personalized email address set up, you will not be impacted by this change, and you can continue using it without any disruption in service. After November 30, 2023, if you choose to remove your existing personalized email address, you will be unable to add it back.
This is reminiscent of the old Live domains program and the short-lived custom domain program implemented after the accounts were moved to Office 365 servers. Existing accounts were grandfathered in and still work, but new accounts can't be added.
Will the program ever come back? Who knows… Google dropped their free custom domains many years ago. Apple recently introduced it for iCloud + subscribers.

Microsoft wants you to use GoDaddy as the registrar, however there is a hack you can try to use another domain registrar.

Using a different registrar

Instructions are in this article:
Use personalized domain with outlook and Office 365 Home family
While I highly recommend you check the instructions (and some of the comments) in the Reddit article, the condensed version of the instructions are below:

  1. In Outlook.com's Premium settings ( icon), under Personalized email address choose the option to "get started" with a personalized domain.
  2. Click the option to buy a new domain with GoDaddy and a new window opens
  3. Copy the URL of the new window that opens. You need the mxRecordValue code from the URL.
    Go to your own domain DNS settings and add the following settings, replacing "mxRecordValue" in the DNS samples below with your code from the URL.

    NameTTL *TypePriorityValue **
    @3600 or 1 hourMX0mxRecordValue.pamx1.hotmail.com.
    @3600 or 1 hourTXTv=spf1 include:outlook.com -all
    autodiscover3600 or 1 hourCNAMEautodiscover.outlook.com.
    _dmarc3600 or 1 hourTXTv=DMARC1; p=none;
    _domainconnect3600 or 1 hourCNAME_domainconnect.gd.domaincontrol.com.
    _outlook3600 or 1 hourTXTmxRecordValue

    [*] Some DNS servers use TTL (time to live) in seconds, other use hours.
    [**] Please note: you need the dot at the end of the external domains.

  4. Return to the premium settings in outlook to set your custom domain.
  5. hoose the option I already have a domain
  6. Enter your domain name
  7. Click to login to GoDaddy then exit the GoDaddy login page.
  8. Congratulations it should now say you connected the domain with GoDaddy!

 

Adding Additional Aliases

You (and the people you share Family with) are limited to one alias in the custom domain.  But you can add more aliases in your custom domain if you can forward the domain email temporarily so you can verify the address.

Incoming email to the additional aliases works fine but it's hit or miss for sending messages from the address. Outlook desktop sends from one of my extra addresses, but another alias is listed an EASI address in Outlook desktop and cannot send mail (from Outlook desktop). Outlook.com on the web sends mail on behalf of the addresses.

I tried using this method to add a domain address to accounts not in the family share – incoming mail did not work.

You are limited to one domain name. If you want to add addresses in another domain, you will need a business Microsoft account (or another subscription in a different Microsoft account). Business accounts can host multiple domains (in the thousands), and each mailbox can have multiple addresses in one or more domains. You can now send mail using any of the addresses on your mailbox. Office 365: Send using Mailbox Alias Addresses

Outlook.com Custom Domains was last modified: June 11th, 2023 by Diane Poremsky

Related Posts:

  • Using two (or more) custom domains with Office 365
  • Changes to Outlook.com Premium
  • Adding domains to Office 365 Small Business
  • This question is from an administrator: I have an Exchange server rece
    Using Two Domains in Exchange Server

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
28 Comments
newest
oldest most voted
Inline Feedbacks
View all comments

Fernando Scheps
August 28, 2023 5:03 am

I honestly hope Google One wakes up and offers custom domain to take over all their customers. This is so stupid to restrict...

0
0
Reply
Diane Poremsky
Author
Reply to  Fernando Scheps
August 28, 2023 4:18 pm

Google stopped offering custom domain some time ago (for free) and forced everyone using custom domains out within the last year, so don't hold your breath. If you follow the steps from reddit, you can use any registrar or dns host.

0
0
Reply
Will Owen
August 26, 2023 1:16 pm

So I have had a custom domain in outlook.com for a long time but am starting to get more rejected mails from gmail, etc as failing SPF, etc.

My c6afc284200dc8478df66bff3****.pamx1.hotmail.com. (hidden last 4 characters) but I do not have autodiscover, dmarc or outlook records. As it as simple as taking these records and adding them and Outlook will see it as a premium mailbox?

Also I read in one of the FAQs for personalised email addresses that you cannot use it to sign into outlook.com. However I can and do today. Would this continue to work?

0
0
Reply
Diane Poremsky
Author
Reply to  Will Owen
August 28, 2023 4:20 pm

This error means you need to add an SPF record to your DNS records -

SPF is a TXT record - this will work for custom domains at outlook.com.
v=spf1 include:outlook.com -all

A DMARC record is a TXT record in your DNS - this is a good general use entry:
use _dmarc as the name and v=DMARC1; p=quarantine as the data.

Don't worry about DKIM - that is a certificate and you wont be able to configure it with outlook.com custom domains.

You can check your DNS records at mxtoolbox.com - they also have an SPF generator -
https://mxtoolbox.com/SPFRecordGenerator.aspx

>>
Also I read in one of the FAQs for personalised email addresses that you cannot use it to sign into outlook.com. However I can and do today. Would this continue to work?
<< Yes. It will. The warning is because if you don't continue your office 365 subscription; you could be locked out if you don't have an outlook.com address on the account. solution: keep an outlook.com address on the account.

0
0
Reply
Will Owen
Reply to  Diane Poremsky
August 30, 2023 3:28 am

Thats great. Thank you. SPF record seemed to do the trick and added the other records.

0
0
Reply
Diana Landau
August 26, 2023 10:50 am

p.s. I'm on a Mac.

0
0
Reply
Diana Landau
August 26, 2023 10:49 am

Hi, and thanks. I have a domain name hosted at GoDaddy and have also been getting 365 from them. But they force you to use Business levels, which I don't need - to get the downloaded Office apps I have to renew at $192 annually. I'm fine with leaving my domain at GD. But can I cancel my Business 365 with them, subscribe to Personal directly with Microsoft, and hook up my domain for Outlook? thanks!

0
0
Reply
Diane Poremsky
Author
Reply to  Diana Landau
August 28, 2023 4:25 pm

Yes, you cancel 1/1/2010 and get a personal or family subscription from Microsoft and get the software + up to 5 mailboxes for just over 4100 US. You need to get the account set up before the end of November.

Accounts on the business side at Microsoft start at $6 for all the services - and have a 5GB mailbox + 1 TB OneDrive, which is better than the cheapest GoDaddy plan. Microsoft also has a mailbox only plan for $4 / mon (those are the US dollar prices). The advantage of the business accounts is more control over spam, better sharing (if you have more that 1 user) and multiple address per mailbox.

0
0
Reply
Kevin Trill
August 18, 2023 5:08 am

Thanks for this, had a panic as had moved my domain to GoDaddy many months ago but left the nameservers pointing to the old domain registrar who after a period of time deleted the DNS entries. Not sure how anything was working but after a report of a recipent not receiving an email thought it was to do with missing SPF but clearly not after a quick look as had no DNS entries at all visible.

Problem is Outlook.com domain setup was stuck on a red bar setting up the domain but advising couldn't connect, Microsoft support couldn't help with. Cancel setup didn't work, was just in a loop and could not get the unique URL needed to complete the setup, I now understand why!

Combination of this post and a website dnshistory.org for the customised MX entry history meant I could manually add the required DNS entries and now have a green bar in Outlook.com advising domain all connected and working. Phew!

0
0
Reply
Vince Miller
January 17, 2023 2:42 pm

Other sites indicate:
_outlook 3600 or 1 hour TXT mxRecordValue
_domainconnect 3600 or 1 hour CNAME _domainconnect.gd.domaincontrol.com.

are you certain what you have posted is correct?

0
0
Reply
Diane Poremsky
Author
Reply to  Vince Miller
January 17, 2023 11:26 pm

Actually in looking at it closer, they are switched.

(Fixed now)

1
0
Reply
Chris
December 19, 2022 3:22 pm

Hi,

In the "Adding Additional Aliases" section you say:

But you can add more aliases in your custom domain if you can forward the domain email temporarily so you can verify the address. 

What exactly do you mean here? The custom domain MX records are pointed to the MS servers, but as noted, you can only seemingly add one alias. If I try to add another alias for the same domain via the "Manage how you sign in to Microsoft -> Add email alias" option, I see the error:
You can't add a work or school/university email address as an alias to a personal Microsoft account. Please try another.

0
0
Reply
Diane Poremsky
Author
Reply to  Chris
January 17, 2023 11:26 pm

One user added an alias before adding the domain, he verified it with its original mailbox on another host - and it worked. I have not tried that yet though.

In order to add more addresses in your custom domain, you need to verify the address - which you can't do once the mx records are pointing to outlook.com. If you can forward the mail from the domain for a few minutes, you can verify it.

I was looking at my DNS records tonight - it looks like Microsoft is now hosting the DNS records. You need to change the name servers and set uyp forwarding, then change them back.

1
0
Reply
Chris
Reply to  Diane Poremsky
January 18, 2023 1:09 pm

Thanks, that all makes sense and is the conclusion I have come to. Cheers.

0
0
Reply
Chris
December 19, 2022 3:09 pm

@5 , there is a small error in the table above with the &lt;span style="color: rgb(35, 35, 35);"&gt;_domainconnect and _outlook records. They are of the correct type, but the value assigned to them have been switched. The _outlook txt record should contain the mxRecordValue and the &lt;/span&gt;&lt;span style="color: rgb(35, 35, 35);"&gt;_domainconnect CNAM record should target &lt;/span&gt;&lt;span style="color: rgb(35, 35, 35); background-color: rgb(245, 245, 245);"&gt;_domainconnect.gd.domaincontrol.com. (a CNAM record must target a valid hostname).



1
0
Reply
Diane Poremsky
Author
Reply to  Chris
January 17, 2023 11:30 pm

Yes, I had them switched. :( fixed now.

1
0
Reply

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

Latest EMO: Vol. 30 Issue 29

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
  • Jetpack plugin with Stats module needs to be enabled.
  • 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.

:wpds_smile::wpds_grin::wpds_wink::wpds_mrgreen::wpds_neutral::wpds_twisted::wpds_arrow::wpds_shock::wpds_unamused::wpds_cool::wpds_evil::wpds_oops::wpds_razz::wpds_roll::wpds_cry::wpds_eek::wpds_lol::wpds_mad::wpds_sad::wpds_exclamation::wpds_question::wpds_idea::wpds_hmm::wpds_beg::wpds_whew::wpds_chuckle::wpds_silly::wpds_envy::wpds_shutmouth:
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