Gmail Signature Not Working? 8 Fixes That Actually Work
Gmail signature problems come in a few flavors: it won’t save, it doesn’t appear on replies, the formatting gets stripped, or it looks completely different after you paste it. Each of these has a specific cause and a specific fix. I’ve gone through all eight of the most common issues below — if your signature is misbehaving in Gmail, the answer is in here somewhere.
By the NeatStamp Team · Published March 2026 · 14 min read
Quick fix checklist
Run through these in under 3 minutes. Most Gmail signature problems come down to one of these five things.
- 1
Check the 'insert before quoted text' setting
Gmail Settings → General → Signature. Check the box: 'Insert this signature before quoted text in replies.' Without this, your signature only appears on new emails.
- 2
Try saving in incognito mode
Open an incognito window (Ctrl+Shift+N), sign in to Gmail, and try saving your signature. If it works, a browser extension is interfering in your regular window.
- 3
Check which paste method you're using
When pasting a formatted signature into Gmail: use Ctrl+V (or Cmd+V on Mac) to preserve formatting. Ctrl+Shift+V strips formatting to plain text.
- 4
Confirm you're editing the right account's signature
Gmail stores a separate signature per account. If you have multiple Google accounts or aliases, you may be editing the wrong one. Check Settings → General → Signature and look at the account dropdown at the top.
- 5
Check if a Google Workspace admin has locked signatures
If you're on a company Google Workspace account and settings keep reverting, your admin may have locked signature management. Ask your IT team.
Fix 1: Signature not saving — browser cache and the incognito test
If you edit your Gmail signature, click Save, and it either reverts to the old version or shows blank next time you open settings, browser cache is the most likely cause. Gmail’s settings interface is a web app, and like any web app, it can get stuck showing a cached version that doesn’t reflect your latest changes.
The incognito test
Open an incognito/private window (Chrome: Ctrl+Shift+N, Firefox: Ctrl+Shift+P, Edge: Ctrl+Shift+N). Sign in to Gmail. Go to Settings → General → Signature, make your change, and save. Close the incognito window, then open a regular window and check if the change is reflected. If it saved correctly in incognito but not normally, the issue is either cache or a browser extension (see Fix 7).
Hard refreshing Gmail
Sometimes a hard refresh is enough to clear the cache without going incognito. While Gmail is open, press Ctrl+Shift+R (Windows/Linux) or Cmd+Shift+R (Mac). This forces the browser to reload all assets from the server rather than from cache.
Clearing Gmail’s application cache
For a more thorough cache clear in Chrome: open chrome://settings/clearBrowserData, set the time range to “Last 7 days” (not All Time, unless you want to clear everything), check “Cached images and files,” and click “Clear data.” Then reopen Gmail and try again.
If none of this works, move on to Fix 7 (browser extension conflict) — that’s the second most common cause of Gmail settings not saving.
Fix 2: Signature not showing on replies
This is a setting you have to deliberately turn on in Gmail — it’s off by default for replies. The signature shows in new composed emails but not when you hit Reply or Reply All. This catches almost everyone at some point.
Where to find the setting
- Open Gmail and click the gear icon (top right).
- Click “See all settings”.
- Stay on the General tab. Scroll down to the Signature section.
- Under your signature editor, find the checkbox: “Insert this signature before quoted text in replies and remove the “--” that precedes it.” Check that box.
- Scroll all the way to the bottom of the Settings page and click Save Changes.
Important:The “Save Changes” button is at the very bottom of the entire Settings page, not next to the signature editor. Many people edit their signature and close the tab without ever scrolling down to save. If you don’t click that button, no changes are saved.
Once this is set, open an existing email thread, hit Reply, and confirm your signature appears above the quoted text. The Gmail signature setup guide has screenshots of this entire process if you want a visual reference.
Fix 3: Signature pasted as plain text — formatting stripped
If you’re copying your signature from the NeatStamp editor or another source and it looks perfect in the preview but plain and unformatted after you paste it into Gmail, the paste method is almost certainly the issue.
Gmail’s signature editor supports two types of paste:
Ctrl+V (or Cmd+V on Mac)
Pastes with formatting preserved — bold text stays bold, colors stay, layout is maintained. This is the one you want.
Ctrl+Shift+V (or Cmd+Shift+V on Mac)
Pastes as plain text — all formatting is stripped. Text comes in unstyled. This is the “paste without formatting” shortcut — the opposite of what you want for signatures.
Also watch out for this: if you copied your signature from a rendered web page or PDF, the formatting metadata may not survive the clipboard transfer even with Ctrl+V. Always copy from a source that has rich clipboard data — the NeatStamp editor’s “Copy for Gmail” button is specifically designed to put the right clipboard data for Gmail’s editor.
If you only see the HTML source code instead of the formatted signature
This means you’ve pasted raw HTML (the code) rather than the rendered version. Gmail’s signature editor is a visual editor, not a code editor — it doesn’t accept HTML tags directly. You’d need to render the HTML first (open it in a browser, then copy from there) or use NeatStamp’s one-click Gmail install.
The NeatStamp editor has a dedicated “Install in Gmail” button that handles the rendering and paste steps for you automatically.
Fix 4: Gmail mobile app — it’s a completely separate signature
This trips up almost everyone who emails from both a computer and a phone. Your Gmail signature set in desktop Gmail (via Settings in the browser) is completely separate from the signature set in the Gmail app on your phone. They don’t sync. Changing one has zero effect on the other.
Additionally: Gmail mobile signatures are plain text only. The mobile app doesn’t support HTML signatures. So even if you copy your beautifully formatted desktop signature and paste it into the mobile app settings, it will appear as plain text.
Setting your signature on the Gmail mobile app (iOS)
- Open the Gmail app. Tap the hamburger menu (three lines, top left).
- Scroll to the bottom and tap Settings.
- Tap the email account you want to set the signature for.
- Tap Mobile Signature.
- Type your plain text signature and tap the checkmark to save.
Setting it on Android
Same path: open Gmail → menu (three lines) → Settings → your account → Mobile Signature. The setting name and location are identical.
Since you can’t use HTML on mobile, write a clean plain-text version: name, title, company, phone, and maybe your website URL. Keep it to 4–5 lines. If it’s any longer, it starts to feel heavy in the context of a quick mobile reply.
Fix 5: Gmail stripping formatting — the 10KB signature limit
Gmail enforces a 10KB limit on the HTML content of a signature. If your signature HTML exceeds this limit, Gmail will silently truncate it. You may see the formatting suddenly stop partway through, or the signature may revert to plain text entirely. There’s no warning — it just stops working.
How signatures end up over 10KB:
- Base64-encoded images: A 15KB logo becomes 20KB+ of base64 text, immediately blowing the limit.
- Excessive inline CSS: Repeating long
styleattributes on every element (e.g., declaring the same font-family and color on 20 different tags) adds up fast. - Pasting from Word or another rich source:Microsoft Word adds enormous amounts of proprietary markup when you copy from it. Pasting Word content into Gmail’s editor can inject invisible XML tags that balloon the source size.
- Long legal disclaimers: If your company adds a legal disclaimer inline in the signature (rather than at the server level), the text itself can add several KB.
To check: right-click on your signature in the Gmail compose window, choose “Inspect”, and look at the HTML source. Alternatively, paste your signature HTML into a text editor and check the file size (should be well under 10KB as a .txt file).
NeatStamp signatures are optimized to stay well under this limit. If you’re building your own HTML, the email signature size guide has detailed guidance on keeping HTML lean.
Fix 6: Multiple accounts — editing the wrong account’s signature
If you have multiple Google accounts signed in (or multiple email aliases on the same account), Gmail stores a separate signature for each one. It’s very easy to open Settings and edit the signature for the wrong account without noticing.
Multiple Google accounts
Check which account you’re currently viewing. In Gmail, look at the top-right corner — your profile picture or initial shows the active account. If you have multiple accounts, each has its own Settings. To access Settings for a specific account, make sure that account is active (click the profile picture and switch) before opening the gear icon.
Multiple aliases on one account
Gmail supports sending from email aliases (a different From address than your main Gmail address). If you have aliases set up, Gmail lets you assign a different signature to each alias. In Gmail Settings → General → Signature, there’s a dropdown at the top of the signature section showing which address the signature is assigned to. If this is set to one alias but you’re sending from another, you’ll get the wrong signature (or no signature).
Fix: create a signature for each alias you send from, or set a default that applies to all. The alias signature dropdown says “(No signature)” by default for any aliases you haven’t configured.
The Gmail email signature guide has a section on alias signatures with screenshots showing exactly where to find and configure each one.
Fix 7: Browser extension conflict
Several types of browser extensions are known to conflict with Gmail’s signature editor: ad blockers, privacy extensions, clipboard managers, grammar checkers (like Grammarly), and email productivity tools (like Boomerang, Mixmax, or Streak). They can prevent signatures from saving, strip formatting on paste, or interfere with how Gmail renders the signature in compose windows.
How to isolate the problem
- Open an incognito window (Ctrl+Shift+N). Extensions are disabled by default in incognito.
- Sign into Gmail in that incognito window and test your signature. If it works perfectly here, an extension is the cause.
- In your regular Chrome window, go to
chrome://extensions. - Toggle off all extensions, then reload Gmail and test again.
- Re-enable extensions one at a time, testing Gmail each time, until the problem reappears. The last extension you enabled is the conflict.
Common culprits: Grammarly modifies text fields aggressively and sometimes conflicts with Gmail’s rich text editor. uBlock Origin or similar ad blockers can block scripts that Gmail uses to manage signatures. Email extensions like Streak can intercept signature injection.
Once you’ve identified the extension, check if it has a “disable on this site” option. Most extensions let you right-click their icon and choose to disable on specific sites — disable it for mail.google.com only.
Fix 8: Google Workspace admin restriction
If you’re on a company Google Workspace (formerly G Suite) account, your admin may have restricted or locked email signature management. This can take two forms:
Form 1: Signature settings locked. The admin has used Google Workspace Admin Console → Apps → Google Workspace → Gmail → User Settings to restrict users from modifying their signatures. If this is the case, the signature field in your Gmail Settings may be greyed out or missing entirely.
Form 2: Append-only signatures.Google Workspace admins can set up company-wide footer signatures that get automatically appended to every outgoing email at the server level. You may not see this in your own sent mail (it’s added after the email leaves your client), but recipients see it. If you’re also setting your own signature, your recipients may end up seeing two signatures.
What to do
If you suspect an admin restriction, talk to whoever manages your company’s Google Workspace. Ask specifically:
- “Is email signature editing restricted for my account?”
- “Is there a company-wide footer signature being appended to outgoing emails?”
- “Can my user account be granted permission to set my own signature?”
If you need a signature template that your IT admin can deploy company-wide, the NeatStamp editor can generate the HTML. Pair that with the Apple Mail signature guide if some of your team uses Macs.
Frequently asked questions
Why does my Gmail signature disappear after I save it?
The most common causes are browser cache interference (especially after an update) or a browser extension conflicting with Gmail's rich text editor. Try opening Gmail in an incognito window and saving your signature there. If it saves correctly in incognito, a browser extension is the culprit — disable them one by one in a normal window to find it.
Why is my Gmail signature not showing on replies?
Gmail has a separate setting for this. In Gmail Settings → General → Signature, look for the checkbox that says 'Insert this signature before quoted text in replies and remove the "--" that precedes it.' If that's unchecked, your signature only appears in new messages, not replies.
Why does my formatted signature show as plain text in Gmail?
This happens when you paste using Ctrl+V instead of Ctrl+Shift+V — or the other way around, depending on where you're pasting. When pasting formatted HTML from NeatStamp into Gmail's signature editor, use Ctrl+V (or Cmd+V on Mac). If you use Ctrl+Shift+V, it pastes as plain text, stripping all formatting.
My Gmail signature looks fine on desktop but broken on my phone — why?
Gmail's mobile app (iOS and Android) has completely separate signature settings from Gmail on desktop. Mobile signatures are also limited to plain text only in the app — they don't support HTML. Desktop Gmail signatures (including HTML ones) appear when you send via desktop. Mobile app signatures are the plain text ones set in the app's settings.
Can a Google Workspace admin prevent me from setting a Gmail signature?
Yes. Google Workspace admins can prevent users from changing their signature, or they can set a company-wide signature that gets appended to every email. If you've tried everything and your signature keeps reverting or not applying, ask your IT admin whether signature management is locked in your Workspace admin console.
Gmail is stripping the formatting from my signature — why?
Gmail has a 10KB limit on signature HTML. If your signature HTML exceeds this, Gmail silently strips formatting and may fall back to plain text. The most common cause of oversized signatures is pasting a lot of inline CSS or using base64-encoded images in the HTML. Use externally hosted image URLs and keep the HTML clean.
Related articles
Email Signature Keeps Disappearing
Signature vanishing across platforms — all causes and fixes.
Email Signature Size Guide
Understanding Gmail's 10KB limit and how to stay within it.
Gmail Signature Setup Guide
Complete walkthrough for setting up Gmail signatures.
Apple Mail Signature Setup
Getting your signature right in Apple Mail on Mac and iOS.
Need a Gmail-ready signature?
NeatStamp generates signatures that paste cleanly into Gmail with one click — no formatting issues, no broken images.
Build My Gmail Signature — Free