Html

Stop LastPass filling out a form

27 September 2026 · 6 min read

Stop LastPass filling out a form

LastPass has become an indispensable tool for millions, simplifying our digital lives by securely storing and auto-filling credentials. It’s incredibly convenient to visit a website and have your username and password instantly populate, saving valuable time. However, this powerful automation isn’t always desired. There are countless scenarios where LastPass’s eager autofill capabilities can become more of a hindrance than a help, from accidentally filling the wrong fields to posing privacy concerns on shared computers. Understanding how to manage these features is crucial for a smooth and secure online experience. This guide will walk you through the essential steps to stop LastPass filling out a form, providing you with the control you need over your digital interactions.

Why LastPass Autofill Can Be More Than Just Annoying

While the primary benefit of LastPass is its ability to streamline logins and form fills, there are specific situations where its automatic behavior can lead to frustration or even potential security risks. Imagine trying to fill out a sensitive financial form, only for LastPass to inject data into fields that aren’t meant for it, forcing you to meticulously clear the incorrect entries. This can be particularly problematic on forms with complex layouts or those that require very specific data formats.

Beyond mere annoyance, the overzealous nature of autofill can sometimes pose a privacy concern. For instance, if you’re using a public or shared computer, LastPass might attempt to fill in your personal details or login credentials on a form, even if you only intended to browse. While LastPass’s security features are robust, preventing any accidental exposure of your data by controlling when and where it autofills is a critical aspect of responsible digital hygiene. As cybersecurity expert Brian Krebs often emphasizes, “The fewer places your data resides, and the less it’s automatically exposed, the better.”

Another common issue arises when websites update their form structures. LastPass, relying on previously learned field IDs, might misinterpret new layouts, leading to incorrect data insertion. This means you might find your email address in a phone number field or your physical address populating a date field, creating a cascade of errors that you then have to manually correct. Learning to prevent LastPass autofill proactively saves time and reduces potential data entry mistakes.

Global Control: Disabling LastPass Autofill Across All Sites

For users who prefer a completely manual approach or only want LastPass to store credentials without automatically filling them, disabling autofill globally is the most straightforward solution. This setting will prevent LastPass from automatically populating any form fields on any website you visit, including login pages. While this sacrifices some of the convenience LastPass offers, it provides maximum control over your data input.

It’s important to understand that disabling global autofill does not prevent LastPass from saving your passwords or making them available for manual insertion. You can still click the LastPass icon in a field and select the desired credentials. This method is ideal for individuals who frequently use shared devices or simply prefer to review and manually initiate every form fill, ensuring no data is ever automatically exposed without explicit action. This approach effectively manages form fills by giving you ultimate discretion.

To effectively stop LastPass filling out a form across all websites, you’ll need to adjust its global preferences through the browser extension or desktop application. This fundamental change to your LastPass settings provides complete oversight.

  1. Open Your LastPass Extension: Click on the LastPass icon in your browser’s toolbar.
  2. Access Account Options: From the dropdown menu, click on ‘Account Options’ or ‘My LastPass Vault’. This will typically open your LastPass vault in a new tab or window.
  3. Navigate to Preferences/Settings: Within your vault, look for ‘Account Settings’ or ‘Preferences’ on the left-hand navigation pane.
  4. Locate Autofill Settings: Scroll down or look for a section related to ‘Autofill’, ‘Form Fill’, or ‘General’.
  5. Disable Autofill: Uncheck the box that says ‘Automatically Fill Logins’ or ‘Autofill Forms’ (the exact wording may vary slightly based on your LastPass version). There might also be a separate option for ‘AutoLogin’ which you can disable if you don’t want LastPass to automatically submit forms after filling.
  6. Save Changes: Ensure you click ‘Save’ or ‘OK’ to apply your new settings. You might need to refresh any open web pages for the changes to take effect.

By following these steps, LastPass will no longer automatically populate any login or form fields, allowing you to manually choose when and where your information is entered. This gives you complete control over autofill preferences.

Granular Control: Managing Autofill for Specific Websites

Sometimes, a blanket disable isn’t the best solution. You might want LastPass to autofill on most trusted sites, but specifically prevent it from filling forms on, say, banking websites, government portals, or any site where you input highly sensitive information. LastPass offers robust site-specific settings that allow for this level of granular control, providing a balance between convenience and security. This is where you truly learn to prevent LastPass autofill only where it matters most.

This method is particularly useful for managing LastPass autofill issues without sacrificing the convenience on your everyday websites. For example, you can set LastPass to never autofill your credit card details on a particular e-commerce site if you prefer to manually input them each time for added security. Or, perhaps a specific login page has a unique layout that LastPass consistently misinterprets; you can disable autofill just for that URL. This approach allows for tailored management of form fills, enhancing your control over sensitive data.

To configure site-specific autofill behavior:

  • Via the Browser Extension:
    1. Navigate to the website where you want to adjust settings.
    2. Click the LastPass browser extension icon.
    3. Hover over ‘Site Options’ or ‘Never URL’ (or similar wording, depending on the site and context).
    4. You’ll often see options like ‘Never Fill’, ‘Never AutoLogin’, or ‘Never Generate Password’. Select the appropriate option.
    5. For more advanced options, click ‘Edit Site Settings’ from the menu. This will open a detailed settings page for that specific URL within your LastPass vault. Here you can turn off ‘Autofill’ or ‘AutoLogin’ specifically for this site. You can also edit existing entries or create new identity profiles for custom form filling behaviors.
  • Via Your LastPass Vault:
    1. Log in to your LastPass vault.
    2. Locate the specific site entry you wish to modify (e.g., your banking website).
    3. Click the ‘Edit’ icon (often a pencil) next to the entry.
    4. In the edit window, you’ll find options like ‘Autofill’ or ‘AutoLogin’. Uncheck these boxes to disable automatic filling for this specific site.
    5. You can also adjust ‘Form Fill’ settings here, or even create a custom “Never URL” rule to ensure LastPass completely ignores a specific page or domain.

By leveraging Question & Answer :

Is there a way to prevent the LastPass browser extension from filling out a HTML-based form with an input field with the name “username”?

This is an hidden field, so I don’t want any software to use this field for their purposes:

<input type="text" name="username" id="checkusername" maxlength="9" value="1999" class="longinput" style="display:none"> 

The solution should not be like “rename the input field”.

Adding

data-lpignore="true" 

to an input field disabled the grey LastPass […] box for me.

Sourced from LastPass.com