1. Home
  2. Specific Platform Questio...
  3. Magento/Adobe Commerce
  4. How to reindex Magento?

How to reindex Magento?

After migrating to Magento, you may need to reindex the store so that products, categories, prices, inventory, and other transferred data display correctly.

To reindex Magento:

  • Connect to your server through SSH and go to the Magento root directory.
  • Check the current indexer status:
bin/magento indexer:status
  • Reindex all indexers:
bin/magento indexer:reindex
  • Clean the Magento cache after reindexing:
bin/magento cache:clean
  • To reindex only a specific indexer, add its ID to the command. For example:
bin/magento indexer:reindex catalogsearch_fulltext
  • If an indexer is stuck or locked, reset it before running the reindex command again:
bin/magento indexer:reset
bin/magento indexer:reindex

Run these commands as the Magento file system owner. Manual reindexing updates the indexes only once, so make sure Magento cron is configured to keep them updated automatically. For further details, see Adobe’s official guide on managing Magento indexers.

In case you have any other questions, please email us at [email protected].

Was this article helpful to you? No Yes

How can we help?