Troubleshooting11 min read

Outlook Signature Not Saving? 8 Fixes That Actually Work

You spend 20 minutes crafting the perfect signature, click save, close settings — and it’s gone. Or it reverts to the old one. Or it saves but never actually appears in new emails. This is one of the most frustrating Outlook bugs, and it has more causes than you’d expect. This guide covers all 8 of them, with a specific fix for each.

By the NeatStamp Team · Updated March 2026 · 11 min read

1. Permissions issue on the Signatures folder

The most common and most overlooked cause. Outlook saves your signature as a set of files in a specific Windows folder. If that folder’s write permissions got changed — after a system migration, a corporate policy push, or a Windows update — Outlook can read the existing signatures but can’t write new ones. From your perspective, it looks like the save just did nothing.

The folder is:

%APPDATA%\Microsoft\Signatures

Paste that path into the File Explorer address bar and press Enter. Windows expands the %APPDATA% variable for you.

How to check and fix write permissions

1

Right-click the Signatures folder

Choose Properties → Security tab. You'll see a list of users and groups with their permissions.

2

Check your user account

Find your Windows username in the list. Under "Permissions for [username]", make sure "Write" and "Modify" have checkmarks in the Allow column — not the Deny column.

3

Fix it if needed

Click Edit → select your username → check the boxes for "Write" and "Modify" under Allow → click Apply → OK.

4

Restart Outlook and try saving again

Fully close Outlook (check the system tray too) and reopen it. Go back to signature settings and save your signature.

Note:If the permissions are greyed out and you can’t change them, your IT admin has locked down this folder via policy. Jump to section 6 (Group Policy).

2. Antivirus blocking file creation

Kaspersky, Norton, and Bitdefender are the three antivirus programs most commonly reported to interfere with Outlook signature saving. The reason is that the %APPDATA%\Microsoft\Signatures folder is a known target for malware that injects malicious content into email signatures. So some antivirus products apply aggressive protection to it — blocking any process that tries to write new files there, even Outlook itself.

From your perspective: you edit the signature, click save, Outlook says “OK” — but when you check the folder, no new files were created.

The fix

1

Open your antivirus settings

Look for a section called "Exclusions", "Exceptions", or "Protected Folders" (the label varies by product).

2

Add the Signatures folder as an exclusion

Add the full path: C:\Users\[YourUsername]\AppData\Roaming\Microsoft\Signatures — replace [YourUsername] with your actual Windows username. Do not use the %APPDATA% shorthand here; antivirus products usually need the full path.

3

Also add Outlook.exe as a trusted process (optional but recommended)

Some products let you whitelist specific processes. Add C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE so Outlook is always allowed to write to its own data folders.

4

Try saving the signature again

You shouldn't need to restart Windows, but restart Outlook to be safe.

If you’re on a corporate laptop and can’t change antivirus settings yourself, raise a ticket with IT. They can add the exclusion from the central management console.

3. Roaming signatures conflict

Microsoft 365 has a feature called roaming signatures that syncs your Outlook signatures across devices via the cloud. In theory, great. In practice, it causes a specific and confusing problem: you edit your signature locally, save it, it looks right — and then a few minutes or hours later it reverts.

What’s happening: the cloud copy of your signature is older than your local edit, and when the sync runs, it overwrites your local version with the cloud version. Or you edit on one device, but Outlook on another device hasn’t synced yet and is still pushing the old version. See the full breakdown in the Outlook roaming signatures guide.

Option A: Disable roaming signatures

If you only use Outlook on one device, the easiest fix is to turn roaming signatures off:

  1. Open Outlook → File → Options → Mail
  2. Scroll down to the Signatures section
  3. Uncheck “Roaming signatures” if you see it listed
  4. Click OK and restart Outlook

Note: This option is only visible in certain versions of Outlook with a Microsoft 365 subscription. If you don’t see it, roaming may be controlled by your admin.

Option B: Edit via Outlook on the web

If roaming is enabled by policy and you can’t disable it, edit your signature through Outlook on the web (outlook.office.com) instead. That editing session writes directly to the cloud copy, so the sync won’t overwrite it.

Go to outlook.office.com → Settings (gear icon) → View all Outlook settings → Mail → Compose and reply → Email signature. Edit and save there.

4. Cached mode vs. online mode

Outlook’s Cached Exchange Mode keeps a local copy of your mailbox so you can work offline. It also means Outlook sometimes operates against cached data rather than live server data — and occasionally this creates conflicts with signature settings, especially when roaming signatures are involved.

The symptom: signature saves fine, but when you compose a new email, Outlook still inserts the old one. Closing and reopening Outlook doesn’t fix it.

Try switching modes temporarily

1

Go to File → Account Settings → Account Settings

Double-click your email account to open the settings.

2

In the Exchange Account Settings, find the Offline Settings section

Uncheck "Use Cached Exchange Mode" and click Next → Finish.

3

Restart Outlook

Outlook now runs in online mode against the live server. Test whether the signature saves and inserts correctly.

4

Re-enable Cached Exchange Mode if needed

After confirming the signature works, you can turn cached mode back on. The signature settings should now be correctly stored.

If your organization requires cached mode (for performance or compliance reasons), you may not be able to turn it off permanently. But the temporary toggle often clears the stuck state and lets signatures save correctly going forward.

5. Corrupted Outlook profile

An Outlook profile is a configuration container that stores your account settings, data file locations, and preferences. Over time — especially after Office reinstalls, Windows upgrades, or repeated sync errors — profiles can become corrupted. A corrupted profile causes all kinds of strange behavior, including signatures that won’t save, won’t appear, or save correctly but don’t get inserted into new emails.

If you’ve tried everything else and nothing works, creating a new profile almost always fixes it. Your emails, calendar, and contacts are not deleted — those live in your mailbox or a .pst file, not in the profile itself.

How to create a new Outlook profile

1

Close Outlook completely

Right-click the Outlook icon in the taskbar system tray and choose Exit.

2

Open Control Panel → Mail

In Windows 10/11, search for "Mail" in the Control Panel. This opens the Mail Setup dialog.

3

Click Show Profiles → Add

Give the new profile a name (e.g., "Outlook New") and click OK.

4

Add your email account

Enter your name, email address, and password. Let the setup wizard connect and configure the account.

5

Set the new profile as default

In the Mail Setup dialog, select "Always use this profile" and choose your new profile from the dropdown. Click OK.

6

Open Outlook and recreate your signature

Your email will sync fresh from the server. Go to File → Options → Mail → Signatures and rebuild your signature. This time it should save without issues.

For rebuilding the signature quickly, use the NeatStamp editor — you can build a professional-looking signature in a few minutes and it generates Outlook-compatible HTML you can paste directly.

6. Group Policy overriding personal settings

In corporate environments, Windows Group Policy can control almost every aspect of how Outlook behaves — including whether users can create, edit, or save personal signatures. If Group Policy is locking down signatures, you can’t fix this yourself. You need to talk to IT.

Common policies that cause this:

  • "Prevent users from creating personal signatures" — disables the New/Edit buttons in signature settings
  • "Do not allow users to change signature settings" — makes the entire Signatures dialog read-only
  • Policies that enforce a company-wide signature template via Exchange transport rules — these add a signature at the server level and may conflict with personal ones
  • Policies that lock the %APPDATA%\Microsoft\Signatures folder permissions

How to check if Group Policy is the cause

Open the signature editor in Outlook. If the New, Edit, and Delete buttons are greyed out, Group Policy is restricting access. Another tell: go to File → Options → Mail — if the Signatures button is missing entirely, a policy has removed it.

Your IT team can check the relevant GPO under User Configuration → Administrative Templates → Microsoft Outlook → Outlook Options → Mail Format → Internet Formatting. Ask them specifically whether the “Signature” policies are configured and whether personal signatures can be allowed alongside company templates.

7. Registry key issues

When Outlook saves a signature assignment — which signature to insert into new emails, which to use for replies — it stores those settings in the Windows Registry. If those registry values are missing, corrupted, or point to a signature name that no longer exists, Outlook behaves unpredictably: it may show no signature, revert to a previous one, or claim to save while actually doing nothing.

Before touching the registry

Export a backup first. Open Registry Editor, navigate to the key, and use File → Export to save a .reg file. If anything goes wrong, double-click that file to restore it.

The key to check

HKCU\Software\Microsoft\Office\16.0\Common\MailSettings

Inside this key, look for two string values:

  • NewSignature

    The name of the signature to insert into new emails. Should match the exact filename of your .htm signature file in the Signatures folder (without the .htm extension).

  • ReplySignature

    The name of the signature to insert into replies and forwards. Same format as above.

How to fix it

1

Open Registry Editor

Press Win + R, type regedit, press Enter. Click Yes on the UAC prompt.

2

Navigate to the key

Expand HKEY_CURRENT_USER → Software → Microsoft → Office → 16.0 → Common → MailSettings. (If you're on Office 2019 or earlier, replace 16.0 with your version number.)

3

Check the values

Look for NewSignature and ReplySignature. Double-click each one and verify the name matches a signature file that actually exists in your Signatures folder.

4

Correct or recreate if needed

If the values are wrong, update the name. If the values don't exist, you can create them: right-click → New → String Value → name it NewSignature or ReplySignature → set the value to your signature's exact name.

5

Restart Outlook

Close Registry Editor and restart Outlook. The correct signature should now be assigned.

If you’re not comfortable editing the registry, ask IT — this is a standard Outlook fix they should know. Alternatively, if you use an Outlook signature manager, the registry handling is done for you automatically.

8. New Outlook bug — signature saves but doesn’t appear

This one is particularly maddening because everything looks correct. You go into settings, you see your signature, it’s assigned to new messages — but when you open a new compose window, the signature isn’t there. Microsoft acknowledged this bug in the new Outlook (the web-based version that started rolling out as the default in late 2024).

The new Outlook is fundamentally different from classic Outlook — it’s essentially a wrapper around Outlook on the web, and it stores signatures in Microsoft 365 cloud settings rather than local files. This architecture introduces new failure modes that didn’t exist in classic Outlook.

Workarounds while Microsoft patches it

Insert manually

In the new Outlook compose window, click the three-dot menu (More options) → Insert → Signature, then select your signature. It's annoying but reliable.

Switch back to classic Outlook

In new Outlook, click the toggle in the top-right corner that says "New Outlook" — flipping it back switches you to classic Outlook, which doesn't have this bug.

Edit via Outlook on the web

Go to outlook.office.com → Settings → Mail → Compose and reply. Edit and save your signature there. Some users report this syncs more reliably to new Outlook than editing within the app.

Use a signature manager

Tools like NeatStamp give you a one-click copy button — you copy the HTML from NeatStamp and paste it into any email. No dependency on Outlook's save mechanism at all.

If you’re on Microsoft 365 and signatures keep disappearing across sessions, also check the Outlook signature disappeared guide and the email signature not showing in Outlook article, which cover additional cloud-specific causes.

Troubleshooting flowchart

Not sure where to start? Walk through this decision tree. Each branch points you to the right section above.

Step 1: Is the Signatures folder at %APPDATA%\Microsoft\Signatures writable?

No: → Fix permissions first (Section 1). If greyed out, it's Group Policy (Section 6).Yes: Continue ↓

Step 2: Does the signature file actually appear in the Signatures folder after saving?

No: → Antivirus is likely blocking file creation (Section 2).Yes: Continue ↓

Step 3: Does the saved signature get overwritten later (reverts to an older version)?

No: Continue ↓Yes: → Roaming signatures conflict (Section 3). Possibly cached mode (Section 4).

Step 4: Is Outlook behaving strangely in other ways too (search not working, meetings wrong, etc.)?

No: Continue ↓Yes: → Corrupted profile (Section 5). Create a new profile.

Step 5: Are the signature editor buttons greyed out or missing?

No: Continue ↓Yes: → Group Policy is restricting access (Section 6). Talk to IT.

Step 6: Does the signature save but never appear in new emails?

No: Continue ↓Yes: → Check registry keys (Section 7). If you're on new Outlook, it may be the known bug (Section 8).

Step 7: Nothing above worked?

No: Yes: → Try the nuclear option: full reset (next section below).

The nuclear option: completely reset signatures

When nothing else works, a full reset of the Signatures folder clears whatever corrupted state is causing the problem. This wipes all your saved signatures — so back them up first. Here’s the exact process:

1

Back up the Signatures folder

Open File Explorer, navigate to %APPDATA%\Microsoft\Signatures (paste into the address bar). Copy the entire Signatures folder to your Desktop or another safe location. Name it "Signatures Backup [date]" so you know what it is.

2

Close Outlook completely

Make sure Outlook is not running — check the system tray. If you see the Outlook icon there, right-click and choose Exit.

3

Delete the original Signatures folder

Go back to %APPDATA%\Microsoft\ and delete the Signatures folder. Not just the contents — the folder itself. Outlook recreates it automatically.

4

Open Outlook

Outlook creates a fresh empty Signatures folder. Go to File → Options → Mail → Signatures — you should see a clean, empty list with no errors.

5

Recreate your signature

Click New, give your signature a name, and build it. If you have your signature content saved (from NeatStamp or a backup), paste it in. Click Save after creating it, and confirm the file appears in the Signatures folder.

6

Assign it to your account

In the Signatures window, make sure the "New messages" and "Replies/Forwards" dropdowns (right side) are set to your new signature for the correct email account. Click OK.

7

Test with a new compose window

Open a new email and confirm your signature appears automatically. Send a test to yourself to verify it looks right to recipients.

If the problem returns after doing this, the cause is external — antivirus, Group Policy, roaming sync, or a corrupted Outlook profile. Go back to the relevant section above and fix that first before rebuilding.

How NeatStamp prevents this problem entirely

Every fix in this guide addresses a symptom of the same underlying issue: Outlook’s signature system stores everything locally on your machine, making it vulnerable to permissions issues, antivirus interference, sync conflicts, profile corruption, and Group Policy.

NeatStamp takes a different approach. Your signature is stored in the cloud and accessible from any browser. When you need to use it, you click one button and copy it — then paste it into Outlook’s signature editor or directly into a compose window. No save issues, no sync conflicts, no file permissions.

☁️

Cloud-stored

Your signature lives in NeatStamp, not on your local machine. Inaccessible Signatures folder? Doesn't matter.

📋

One-click copy

Copy your signature HTML with one click. Paste into Outlook's signature editor or a compose window. Done.

💻

Works across devices

Same signature on every computer you log into. No syncing required, no roaming signature conflicts.

Outlook-compatible HTML

NeatStamp generates table-based HTML that Outlook renders correctly. Compatible with all versions.

You can set up your signature in the NeatStamp editor in a few minutes. Pick from the signature templates, add your details, and you’re done. The editor generates HTML that works in Outlook 365, classic Outlook, and everywhere else. Check the pricing page — there’s a free plan that covers most individual use cases.

If your team is dealing with this problem across multiple people, the NeatStamp for teams plan lets you manage everyone’s signatures centrally — updates everyone at once, no IT involvement needed.

Related guides

Frequently asked questions

Why does my Outlook signature keep reverting to the old one?

This usually means the new signature saved but wasn't assigned correctly, or a cached version is overwriting it. After saving, close the Signatures window, fully quit Outlook, and reopen. Check that the signature is assigned under File → Options → Mail → Signatures for both New Messages and Replies/Forwards. If it still reverts, you likely have a permissions issue on the Signatures folder or a roaming profile conflict.

Can antivirus software block Outlook from saving signatures?

Yes. Kaspersky, Norton, and Bitdefender are the most commonly reported culprits. They can block write access to %APPDATA%\Microsoft\Signatures because it's a folder that malware also targets. Add the Signatures folder as an exclusion in your antivirus settings and try saving again.

What does 'roaming signatures' mean and why does it cause problems?

Roaming signatures is a Microsoft 365 feature that syncs your signature across devices via the cloud. When it's enabled, the cloud copy can override your locally saved signature. If you edit the signature in classic Outlook but the cloud version is older, the cloud version wins. You can disable roaming signatures in Outlook settings or manage them via the Microsoft 365 admin portal.

How do I fix a corrupted Outlook profile?

Open Control Panel → Mail → Show Profiles → Add. Create a new profile with your email account details. Set it as the default profile and restart Outlook. Your email data stays intact — you're only recreating the profile container. If signatures were stored locally, they'll still be in %APPDATA%\Microsoft\Signatures.

What registry key controls Outlook signature settings?

The key is HKCU\Software\Microsoft\Office\16.0\Common\MailSettings. Under this key, look for NewSignature and ReplySignature values, which store the names of your assigned signatures. If these values are missing or point to a deleted signature, Outlook won't display any signature. You can set them manually using Registry Editor — just make sure the value matches the exact filename of your .htm signature file (without the extension).

Why does the signature save but not appear in new emails?

This is a known issue in new Outlook (the web-based version rolling out from 2024). The signature saves correctly in settings but fails to insert automatically into new compose windows. Microsoft acknowledged this bug. The workaround is to insert the signature manually using the signature picker in the compose toolbar, or use classic Outlook until the bug is patched.

What's the safest way to reset signatures without losing everything?

First, copy your entire %APPDATA%\Microsoft\Signatures folder to a backup location (Desktop is fine). Then delete the original folder — Outlook will recreate it empty on the next launch. Rebuild your signature in Outlook or paste it from NeatStamp. If something goes wrong, paste the backup folder back and you're back to where you started.

My IT department controls signatures via Group Policy — can I override it?

No, you can't override Group Policy as a regular user. You need to ask your IT admin. They can either create an exception for your account or adjust the policy to allow personal signatures alongside the company template. Some organizations allow personal signatures in replies but enforce the corporate template for new messages — that's usually the best compromise to ask for.

Tired of fighting Outlook’s signature system?

NeatStamp stores your signature in the cloud. No file permissions, no sync conflicts, no registry edits. Build it once, use it everywhere — and it always looks right in Outlook.