An Outlook email signature disappearing — the automatic signature not appearing in new messages, missing from replies, gone after updating Outlook, or not matching between desktop and web versions — is one of those problems where the cause is usually a simple misconfiguration but can feel inexplicable without knowing where to look. This fits into the wider topic we cover in our Complete Guide to Fixing Windows, Browser, and Software Errors.
Start here: check the actual signature assignment
The most overlooked fact about Outlook signatures: there are separate assignments for “New messages” and “Replies/forwards.” A signature can be set for new emails but not for replies, or vice versa. Many people set up a signature and then wonder why it’s missing from replies — they only configured one of the two.
Outlook desktop: File → Options → Mail → Signatures → select each signature → confirm both “New messages” and “Replies/forwards” dropdowns at the right are set to your preferred signature (not “(none)”). Each email account has its own assignments — if you have multiple accounts configured, check each one. Click OK to save.
Also: the selected email account matters. If you compose a message from a different account than the one with the signature configured, Outlook uses that account’s signature (which might be blank). Check the “From” field in a new message — it shows which account is sending, and the signature should match that account’s configuration.
Signature file location and corruption
Outlook stores signature files in a specific folder. If the file is missing, the signature setting exists but there’s no content to insert.
Navigate to: %appdata%MicrosoftSignatures
You’ll see folders (one per signature) containing .htm, .rtf, and .txt versions of each signature. If this folder is empty or missing your signature: the file was deleted or the path changed. In this case: recreate the signature (File → Options → Mail → Signatures → New → paste your content → OK) and Outlook writes the files fresh.
If signatures are there but look wrong when inserted (formatting stripped, images missing): the .htm file is corrupted. Delete the signature in Outlook settings, then recreate it. Don’t try to manually edit the .htm files — Outlook’s signature editor writes specific markup that’s different from regular HTML.
Outlook Web App — completely separate configuration
Outlook desktop and Outlook Web (office.com, outlook.live.com, or your company’s OWA URL) use completely separate signature settings. Changes made in desktop Outlook do not sync to the web app, and vice versa.
Configure signatures in Outlook Web: gear icon → View all Outlook settings → Mail → Compose and reply → Email signature. Set up the signature there separately. Paste the same content you have in desktop Outlook, or start fresh.
If you frequently use both: you need to maintain signatures in two places. Microsoft 365 “roaming signatures” (a feature for business plans that syncs signatures from desktop to web) is available on some plans — check with IT if your organisation has this enabled. If not: manual duplication is the only option.
Mobile Outlook — third separate configuration
Outlook on iOS and Android also has its own signature settings, again completely separate from desktop and web. Outlook mobile → menu (three lines) → Settings → your account → Signature → set the signature text.
Note: Outlook mobile signature is plain text only, no HTML formatting or images by default. Some organisations push a formatted signature through Intune/MDM policies that override the user setting — if your mobile signature looks different from what you set, check with IT.
After Outlook or Microsoft 365 updates
Signatures occasionally disappear after a major Outlook update because the profile or configuration path changed. The signature files still exist in the Signatures folder, but Outlook can’t find them if the path reference broke.
Fix: open Outlook → File → Options → Mail → Signatures. Even if Outlook shows no signatures, they may still exist in the folder. Click “New” → name it exactly the same as your old signature → in the edit area, Ctrl+A → Delete (clear the blank content) → navigate to the Signatures folder (the path above) → open the corresponding .htm file with Notepad → copy its contents → paste into the Outlook signature editor. This re-links the content to the new signature configuration without you having to recreate the formatting from scratch.
Our guide on Outlook startup problems covers the broader profile and configuration issues that can affect signatures alongside other features, and our Microsoft 365 feature comparison covers roaming signature availability across plans. For HTML formatting in Outlook signatures and the specific limitations of the signature editor, Microsoft’s Outlook support documentation covers the signature configuration in detail across desktop, web, and mobile.
HTML signatures not rendering correctly
Outlook desktop renders HTML in signatures differently from browsers, which causes frustration for anyone trying to use a designed HTML signature (company logo, social links, formatted colours). Outlook uses Microsoft Word as its email rendering engine, not a standard web renderer. This causes specific limitations:
- CSS `margin` and `padding` on outer divs are often ignored
- `background-image` CSS property doesn’t work
- Table-based layouts are more reliable than div-based ones in Outlook
- External fonts (Google Fonts etc.) don’t load — use web-safe fonts (Arial, Helvetica, Georgia, Times New Roman)
- SVG files don’t display — use PNG or JPG for images
If a company-issued HTML signature looks fine in webmail but broken in Outlook desktop: this is why. The design needs to be rebuilt using Outlook-compatible HTML. Tools like Beefree and Litmus offer Outlook-compatible email templates as starting points.
Images in signatures — most common cause of “blank” signature
A signature that contains only an image (company logo without any text backup) will appear blank when the recipient has “Block external images” enabled in their email client. This is increasingly common in corporate environments as a security measure. The signature file exists and was inserted correctly — the recipient just can’t see the image.
Best practice: always include some text in the signature alongside images. At minimum: your name, title, and company in plain text, with the logo as an optional enhancement above or below. The signature reads fine even if the image is blocked, and looks better when the image loads.
For Outlook to display your own signature’s images in the compose window: the image needs to be embedded (inline), not linked from a URL. Outlook → compose window → Insert → Pictures → “This Device” to embed. Images hosted at URLs may not display in the signature preview depending on Outlook’s external content settings.
Exchange / Microsoft 365 admin-applied signatures
In corporate Microsoft 365 environments, the Exchange admin can apply a centrally-managed signature (called a “transport rule” or “disclaimer” or “email footer”) that gets appended to outgoing messages at the server level. This is separate from your personal Outlook signature.
If you set a signature in Outlook and outgoing emails show a different signature (usually the company’s standard one): the admin is applying a server-side signature. Yours might also appear, resulting in a double signature. To avoid this: check with IT whether to leave your personal Outlook signature blank (and rely on the server-applied one) or whether there’s a way to coordinate both.
Some organisations specifically configure Exchange to only apply the server signature if the user hasn’t set one — in that case, configuring your own personal signature in Outlook prevents the server-side one from appearing (and you take responsibility for keeping it up to date).
Outlook on the classic / legacy interface
If your organisation still uses classic Outlook (2019, 2021, or older 2016) rather than the new Microsoft 365 Outlook: signature settings are in slightly different locations.
Classic Outlook: File → Options → Mail section → Signatures button (not in a sub-menu, directly in the Mail settings). The same logic applies — separate assignments per account, separate assignments for new vs reply. The file storage location is the same: %appdata%MicrosoftSignatures.
New Outlook for Windows (the 2023+ redesign): Settings (gear icon) → Mail → Compose and reply → Email signature. It’s now more similar to the web interface. Note: the new Outlook stores signatures differently and doesn’t use the same %appdata% folder — signature management is more cloud-based.
| Problem | Where to look | Fix |
| Missing from new messages | Outlook desktop signature assignment | Options → Mail → Signatures → set New messages dropdown |
| Missing from replies only | Separate reply assignment | Same page → set Replies/forwards dropdown |
| Wrong account’s signature appearing | From field sending from different account | Change From account; verify each account’s signature assignment |
| Different on web vs desktop | Separate web signature settings | Configure in Outlook Web Settings → Mail → Compose and reply |
| Different on mobile | Separate mobile signature settings | Outlook app → Settings → account → Signature |
| Images not showing in signature | External image blocking | Embed images directly; add text backup for when images block |
Outlook signature problems are almost always configuration, not corruption. The “new messages” vs “replies/forwards” distinction resolves probably 40% of all “my signature disappeared” reports — it wasn’t gone, it was just not assigned to the right message type. Check that first, then look at which account is sending, and you’ll find the cause most of the time without any deeper investigation.
Roaming signatures (Microsoft 365 Business)
Microsoft introduced “roaming signatures” for Microsoft 365 Business subscribers to sync signatures between Outlook desktop and Outlook Web automatically. When enabled, signature changes made in one location propagate to others within a few minutes.
Check if it’s available: File → Options → Mail → Signatures → if you see “Roaming” or “Cloud” options, it’s enabled on your account. If signatures keep reverting after you close Outlook: roaming signatures may be pulling an older cloud version. Update the cloud version: in the Signatures dialog, select your signature → Edit → make a minor change → Save. This updates the cloud copy and stops the reversion.
If roaming signatures aren’t available on your plan: the practical workaround is to configure your signature once in Outlook Web (which is cloud-based) and then copy/paste the same content into Outlook desktop. Keep Outlook Web as the source of truth, and update desktop when you update web.
Signature not appearing in all compose windows
Outlook popout windows (detached compose windows) sometimes don’t trigger the signature autoinsertion correctly, especially when opened from a meeting invitation or a different context than the main mail window. If the signature appears in normal compose but not in popout windows: this is an Outlook quirk.
Workaround: manually insert the signature when using popout windows. In the compose window → Insert tab → Signature → select yours. Or use the keyboard shortcut if you’ve configured one. It’s a minor inconvenience rather than a configuration problem — no reliable fix exists for this specific scenario beyond accepting that autoinsertion doesn’t always fire in all compose contexts.
Group Policy or Intune managing signatures
In managed enterprise environments, IT can push Outlook configurations through Group Policy or Intune, including signature settings. If your signature keeps getting overwritten with a company standard one: IT has a policy enforcing it.
Symptoms of managed signature: the signature appears correctly but reverts within 24 hours, or you see a message in Outlook Options saying “Some settings are managed by your administrator.” In these cases, the only route to a custom signature is requesting IT to allow user-level overrides or to update the company template to include your personal details.
Building a reliable signature from scratch
If the signature was lost and you need to rebuild it: do so in the Outlook signature editor, not by creating HTML externally and pasting it. Externally-created HTML often contains tags Outlook can’t handle, causing insertion failures or rendering breakage.
For a simple text signature with a logo:
- Outlook → File → Options → Mail → Signatures → New → name it
- In the editor: type your name, title, company, phone on separate lines
- Highlight text → format with the editor toolbar (font, size, colour)
- Click below the text → Insert → Pictures → choose the logo image from your computer (PNG, max ~150px tall recommended)
- Click OK → assign to New messages and Replies/Forwards → OK
Test by composing a new message: the signature should appear automatically. Send a test email to yourself and verify it renders correctly in the received message (not just the compose view). What the compose view shows and what the recipient sees can differ, especially for formatted signatures.
One last practical note: when switching between Outlook accounts (personal and work, for instance), always check the “From” field before sending. A common scenario is composing what you think is a personal email but accidentally sending from the work account with no signature (or the wrong one). Outlook remembers the last used account and defaults to it, not necessarily the “main” account. Making it a habit to glance at the From field before hitting send prevents both missing-signature frustration and the occasional embarrassing cross-account email. See also Outlook Signature Not Showing for a related case.







