diff --git a/Marlin/src/module/configuration_store.cpp b/Marlin/src/module/configuration_store.cpp
index 1ae61a5ad95bf9ea73f3d99fa6a9e4275601b34a..25574bdf3b1346851135d50bbd7e8cd956507c05 100644
--- a/Marlin/src/module/configuration_store.cpp
+++ b/Marlin/src/module/configuration_store.cpp
@@ -37,8 +37,8 @@
  */
 
 // Change EEPROM version if the structure changes
-#define EEPROM_VERSION "V58"
-#define EEPROM_OFFSET 100
+#define EEPROM_VERSION "V59"
+#define EEPROM_OFFSET 0
 
 // Check the integrity of data offsets.
 // Can be disabled for production build.