The WooCommerce System Status report is useful for troubleshooting issues with your store. Containing a wide variety of information and tools, you can check software versions, server settings, and more from within.
System Status
To view your System Status report:
- Go to: WooCommerce > Status.
- Troubleshoot using the info below, before opening a ticket at Woo Support.
- Select Get System Report and copy/paste it into your Support Request, if you’re still having issues. The information included will help our support team narrow down the issue much quicker.
WordPress Environment
This provides general information about your site and WordPress installation and features you have enabled.
Server Environment
This provides general information about your server.
Database
This tells you your current database version, and lists all database tables and whether or not they exist.
Post Type Counts
This shows what post types exist on your store and how many posts exist within each type. Varies according to what plugins you have installed.
POST TYPE NAME | COUNT | |
---|---|---|
attachment | 16 | |
customize_changeset | 3 | |
nav_menu_item | 5 | |
page | 7 | |
post | 25 | |
product | 36 | |
product_variation | 4 | |
scheduled-action | 2 | |
shop_order | 10 |
Security
Displays whether your connection is protected. Errors should be hidden from untrusted visitors trying to view your information.
Active Plugins
This displays all plugins installed and active on your site. You can view current version numbers of your software and if any extensions have updates available.
ACTIVE PLUGINS (5) | |
---|---|
Jetpack by WordPress.com | by Automattic – 8.3 |
WooCommerce Blocks | by Automattic – 2.5.14 |
WooCommerce | by Automattic – 4.0.0 |
WooCommerce Admin | by WooCommerce – 0.26.1 |
WooCommerce Stripe Gateway | by WooCommerce – 4.3.3 |
Inactive Plugins
This displays all plugins installed but inactive on your site. You can view current version numbers of your software and if any extensions have updates available.
INACTIVE PLUGINS (3) | |
---|---|
Classic Editor | by WordPress Contributors – 1.5 |
Health Check & Troubleshooting | by The WordPress.org community – 1.4.2 |
Homepage Control | by WooThemes – 2.0.3 |
Dropin Plugins
These are in the wp-content
but only specific file names. They replace/augment very specific functionality within WordPress.
DROPIN PLUGINS (1) | |
---|---|
object-cache.php | Memcached |
Settings
This shows general settings for your site.
WooCommerce Pages
This shows page IDs and Permalinks designated as WooCommerce pages.
For example: If your site is https://example.com
, a user would get to the Cart page by going to https://example.com/cart/
FIELD NAME | DESCRIPTION | EXAMPLE |
---|---|---|
Shop Base | URL of your WooCommerce shop’s homepage (along with the Page ID). | #3 – /shop/ |
Cart | URL of your WooCommerce shop’s cart (along with the page ID). | #4 – /cart/ |
Checkout | URL of your WooCommerce shop’s checkout (along with the page ID). | #5 – /checkout/ |
My Account | URL of your WooCommerce shop’s “My Account” Page (along with the page ID). | #6 – /my-account/ |
Terms and conditions | URL of your Terms and conditions page. (along with the page ID). | #361 – /terms-and-conditions/ |
Theme
This displays information about the current theme running on your installation.
This could be a more problematic area of a site, as there is no standard on what themes should and should not do, and non-Woo themes can cause conflicts with WooCommerce or one of its extensions.
If you’re experiencing issues with your site, we recommend temporarily switching to the free Storefront Theme. If your problem is resolved while the Storefront theme is active, then the issue is with the theme. To resolve, check for updates or contact the theme developer to see if there is a fix.
Templates
This section shows any files that are overriding the default WooCommerce template pages, and also notes if the templates are outdated.
TEMPLATES | |
---|---|
Overrides | child-theme/woocommerce/checkout/form-checkout.php |
If you are experiencing trouble with any of the pages displayed, switching to the Storefront theme will ensure that the original template files are used. For more information, see Fixing Outdated WooCommerce Template Files. For a long-term fix, you need to contact the theme developer.
Subscriptions

Action Scheduler
This shows scheduled action counts with previous and most recent dates. For more technical information about the Action Scheduler and FAQ, please see ActionScheduler.org.
ACTION SCHEDULER | ||||
---|---|---|---|---|
Version: | 3.1.1 | |||
Action Status | Count | Oldest Scheduled Date | Newest Scheduled Date | |
Canceled | 3 | 2020-02-27 18:22:53 +0000 | 2020-08-29 14:18:37 +0100 | |
Complete | 35,320 | 2020-02-20 10:01:00 +0000 | 2020-03-06 13:15:31 +0000 | |
Failed | 68 | 2018-03-12 10:18:36 +0000 | 2019-11-28 13:26:52 +0000 | |
Pending | 20 | 2020-03-06 13:16:31 +0000 | 2020-04-01 04:00:00 +0100 |
Tools
In the Tools tab are helpful buttons that can address items such as user capabilities and customer sessions.
With transients, you can clear both WooCommerce transients and all expired transients from WordPress with the Clear transients and the Clear expired transients buttons. Transients are a standardized way to store cached data temporarily in the database.
If you have a collection of variations that don’t have a parent you can remove those with one click using the Delete orphaned variations button. You can then order address indexes, which can help improve order search results.
Following that, you can recount terms and reset capabilities. Recounting terms can be useful if you change any settings that hide products from the catalog and have issues from that. And if you find any users that can’t access all of the WooCommerce admin pages, resetting capabilities can be used in that case.
Clear customer sessions will remove any session data from the database. This includes any carts your customers are currently working on so use with caution.
Our next useful tool is the Create default WooCommerce pages button, if you’re having issues with WooCommerce pages or don’t want to create them one by one again you can select Install pages and it will create any missing WooCommerce pages. Pages already defined and set up won’t be replaced.
After that, you can delete all the tax rates you’ve set in WooCommerce. If you were going to delete them anyway use this tool versus going through each tax class and remove those rates one by one.
Finally, you can delete WebHook logs and reset the usage tracking settings. When you first installed WooCommerce you may have opted in to send us non-sensitive data that helps us make WooCommerce better for everyone. You can opt-out now by resetting your usage tracking settings.
Logs
The Logs tab is where WooCommerce keeps logs of all events happening in your store.
In the dropdown, you can choose the level of logs you want to see, then select the Filter button to see events captured there. This can be useful to get exact errors with timestamps on parts of your store.

If your site experiences a fatal error, they may be logged here under a log named fatal-errors
. This is useful when debugging.
By default, logs are kept for 30 days before being purged as of WooCommerce 3.4. This can be changed using the woocommerce_logger_days_to_retain_logs
filter which defaults to 30
.