---
title: "How to Disable Password Strength Meter in WordPress Website?"
url: https://nexterwp.com/docs/disable-password-strength-meter-in-wordpress/
date: 2023-04-18
modified: 2026-08-18
author: "Aditya Sharma"
description: "The password strength meter is a built-in feature in WordPress that provides real-time feedback to users when creating or updating their passwords. This feature encourages users to create strong and..."
image: https://nexterwp.com/wp-content/uploads/2024/05/disable-password-strength-meter-in-wordpress-1024x519.jpg
word_count: 375
---

# How to Disable Password Strength Meter in WordPress Website?

The password strength meter is a built-in feature in WordPress that provides real-time feedback to users when creating or updating their passwords. This feature encourages users to create strong and unique passwords, which helps improve website security.

However, loading this script across the entire website can cause unnecessary page load times because the extra code runs on pages where it is not needed.

With the [Nexter Extension (Free) plugin](https://wordpress.org/plugins/nexter-extension/), it is possible to disable the password strength meter in WordPress and load the script only where it is needed, such as on the login, checkout, and account pages.

**Best Used For:**

- WooCommerce stores where the password meter script loads on product and shop pages unnecessarily

- Membership or LMS sites that load password scripts on course or lesson pages that do not require them

- Any WordPress site using a theme that calls password-related scripts globally, causing avoidable performance overhead

## Learn via Video Tutorial

https://youtu.be/JLlISBBzQFg?t=1532

## Why Disable Password Strength Meter?

WordPress and WooCommerce add “*zxcvbn.min.js*” and “*password-strength-meter.min.js*” JavaScript files to enforce strong password policies across the website. However, certain themes may call these files unnecessarily, leading to performance issues. To improve your website performance, it is best to load these scripts only where they are needed, such as on login, checkout, and account pages. Disabling the password strength meter in WordPress removes unnecessary script weight from pages that do not use it.

## How to Disable Password Strength Meter with The Nexter Extension?

To do this, go to **Nexter** > **Extensions** > **Performance**.

Then go to the **Advanced Performance** section, enable the toggle, and click on the gear icon (⚙). This opens the Advanced Performance settings popup where all individual performance toggles are available.

![](https://nexterwp.com/wp-content/uploads/2025/05/advanced-performance-settings-new-1-1.png)

This will open the Advanced Performance popup. From there, scroll down to **Disable Password Strength Meter** and enable the toggle. Once enabled, the password-related scripts will only load on pages where they are actually required, such as login and account pages.

Then click on the **Save** button.

![disable password strength meter](https://nexterwp.com/wp-content/uploads/2023/04/disable-password-strength-meter-new.png)

This will make sure those password-related JS files “*zxcvbn.min.js*” and “*password-strength-meter.min.js*” are loaded on necessary pages only.

Nexter Extension includes other script-level performance controls in the same Advanced Performance section. For another example of removing unnecessary scripts sitewide, see [How to Disable Dashicons on your WordPress Website?](https://nexterwp.com/docs/disable-dashicons-wordpress/)

## Frequently Asked Questions

**Q: Why would I disable the password strength meter in WordPress?**
A: The main reason is performance. WordPress and WooCommerce load zxcvbn.min.js and password-strength-meter.min.js to enforce strong passwords, but those files can get added on pages that never use them. Nexter Extension lets you keep that script weight off pages like product, shop, course, or lesson pages, while still loading it where it matters on login, checkout, and account pages.

**Q: What pages should still load the password strength meter?**
A: Login, checkout, and account pages are the places where the password-related scripts still make sense. Nexter Extension is set up so those scripts only load where they are actually required, instead of being pushed sitewide. That matters because the meter is tied to password creation and updates, not normal browsing.

**Q: What if the password strength meter script is loading on pages where it is not needed?**
A: That usually means a theme or site setup is calling password-related scripts globally. The page calls out WooCommerce product and shop pages, plus membership or LMS course and lesson pages, as common examples. Nexter Extension addresses that by limiting zxcvbn.min.js and password-strength-meter.min.js to necessary areas instead of letting them add avoidable overhead everywhere.

**Q: Is this useful for WooCommerce stores and membership sites?**
A: Those are two of the clearest use cases. For WooCommerce stores, the meter script can show up on product and shop pages where nobody is creating a password. For membership or LMS sites, it can load on course or lesson pages for no real reason. Nexter Extension helps trim that extra script weight without affecting login or account flows.

**Q: What else can I optimize in Nexter Extension besides the password strength meter?**
A: The same Advanced Performance section includes other script-level performance controls. The page specifically points to [How to Disable Dashicons on your WordPress Website?](https://nexterwp.com/docs/disable-dashicons-wordpress/) as another example of removing unnecessary scripts sitewide. That makes this a broader cleanup tool, not just a one-off toggle for password scripts.
