Fix autofill that will not work

We'll enable autofill, ensure the data is saved, and rule out form attributes and extensions—so forms fill when you need them.

Category
Troubleshooting · Home maintenance
Time
5–15 min
Last reviewed
What you'll need
  • Browser (Chrome, Firefox, Edge, or Safari)
  • Password manager extension (optional, if you use one)

Step-by-step diagnostic

Step 1 of 9
Show full guide

Steps

Goal: Enable autofill, ensure the data is saved, and rule out form attributes and extensions.

  • Check if autofill is enabled in your browser settings.
  • Good: It is enabled. Proceed to Check saved data.
  • Bad: It is disabled—enable it and reload.

Enable autofill

Goal: Turn on autofill for addresses, passwords, and payment.

  • Chrome: Settings → Autofill → Addresses and more, Passwords, Payment methods—each on.
  • Firefox: Settings → Privacy & Security → Forms and Autofill → Addresses and Passwords on.
  • Edge: Settings → Profiles → Personal info, Passwords, Payment info—each on.
  • Safari: Preferences → Autofill → enable each category.
  • Good: Autofill is on. Proceed to Check saved data.
  • Bad: Still off—enable and reload.

Check saved data

Goal: Ensure the browser or password manager has the data.

  • Chrome: Settings → Autofill → Addresses. Passwords: chrome://password-manager.
  • Firefox: Settings → Privacy → Logins and Passwords.
  • Add the address or password if it was never saved. Fill the form, choose “Save” when prompted.
  • Good: Data is saved. Proceed to Check the form.
  • Bad: No data—add it and retry on the next visit.

Check the form

Goal: See if the site blocks autofill with autocomplete attributes.

  • Right-click the form field → Inspect. Look for autocomplete="off" or missing autocomplete.
  • If the form uses autocomplete="off" or non-standard names, the site blocks autofill. The site owner must fix it. You can use a password manager extension to fill manually.
  • Good: Form allows autofill. Proceed to Disable extensions.
  • Bad: Form blocks it—use the password manager extension or contact the site.

Disable extensions

Goal: Find which extension blocks autofill.

  • Open the form in incognito. If autofill works there, an extension blocks it in normal mode.
  • Chrome: chrome://extensions. Firefox: about:addons. Disable extensions one by one. Test the form.
  • When autofill works, that extension was blocking it. Whitelist the site or disable the extension for it.
  • Good: You found the extension. Whitelist or disable for the site.
  • Bad: All disabled and still fails—try another browser or device; check sync.

When to get help

  • Autofill is enabled, data is saved, the form allows it, and no extension blocks it—but autofill still does not work. The site may have a bug. Contact site support. If you own the site, add correct autocomplete attributes.

Verification

  • Autofill suggestions appear when you focus a form field.
  • Address or password fills when you select it.
  • If an extension was the cause, it is whitelisted or disabled for the site.

Escalation ladder

Work from the device outward. Stop when the problem is fixed.

  1. Enable autofill Turn on addresses, passwords, payment in browser settings.
  2. Check saved data Ensure address or password is saved in the manager.
  3. Form attributes Site may use autocomplete="off"—site owner must fix.
  4. Disable extensions Find which extension blocks autofill.
  5. Get help Site blocks autofill—contact support.

What to capture if you need help

Before calling support or posting for help, have these ready. It speeds everything up.

  • Browser and version
  • Site URL and form type
  • Whether data is saved in manager
  • Extensions installed
  • Steps already tried

Is autofill enabled in the browser?

Browsers can disable autofill for addresses, passwords, or payment.

Chrome: Settings → Autofill. Firefox: Settings → Forms and Autofill. Edge: Settings → Profiles. Safari: Preferences → Autofill. Ensure each category is on. Good: enabled—check saved data. Bad: disabled—enable and reload.

You can change your answer later.

Enable autofill and reload

Turn on autofill for addresses, passwords, and payment in browser settings. Reload the form. Autofill should appear.

Is the data saved in the manager?

Autofill only suggests saved data.

Chrome: chrome://password-manager or Settings → Autofill. Firefox: Settings → Logins. Check if the address or password is saved. Good: data exists—check form or extensions. Bad: no data—add it and retry.

You can change your answer later.

Add the data and retry

Fill the form manually. When the browser prompts "Save password" or "Save address," choose Save. Next visit, autofill should work.

Does the form use autocomplete="off"?

Some sites block autofill with autocomplete="off."

Right-click the field → Inspect. Look for autocomplete="off" or missing autocomplete attribute. Good: form allows autofill—check extensions. Bad: form blocks it—site owner must fix; use password manager extension to fill manually.

You can change your answer later.

Does autofill work in incognito?

Incognito disables most extensions.

Open incognito. Load the form. Good: works in incognito—extension blocks autofill. Disable extensions one by one. Bad: still fails—try password manager extension or another browser.

You can change your answer later.

Disable blocking extension

Find the extension that blocks autofill. Whitelist the site or disable the extension for it.

Use password manager extension

The form blocks browser autofill. Use a password manager extension—click the icon to fill. Or contact the site to fix the form.

Try password manager or another browser

Use the password manager extension to fill. Or try another browser. Check sync if data is on another device.

Reviewed by Blackbox Atlas

Frequently asked questions

Why would autofill not work?
Autofill can be disabled in browser settings, the form may use non-standard attributes browsers do not recognize, an extension may block it, or the data may not be saved in the password manager.
What form attributes does autofill need?
Browsers use standard HTML attributes: autocomplete="street-address", "email", "username", "current-password", etc. If the site uses custom or wrong attributes, autofill may not trigger. The site owner must fix this.
Does a password manager replace browser autofill?
Password managers (1Password, LastPass, Bitwarden) have their own autofill. Enable the extension and ensure it has permission to run on the site. If both browser and extension are on, they can conflict—use one.

Rate this guide

Was this helpful?

Thanks for your feedback.

Continue to