diff --git a/packages/app-shell/src/app-shell.js b/packages/app-shell/src/app-shell.js
index b156279ba4d3520a43a97a9da2a51774cffd8a5d..933c4bd55080b5db8ad2ec4ab1caa679bc0572a4 100644
--- a/packages/app-shell/src/app-shell.js
+++ b/packages/app-shell/src/app-shell.js
@@ -350,6 +350,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
         }
 
         let updateFunc = () => {
+            window.scrollTo({ top: 0, left: 0, behavior: "auto" });
             this.updatePageTitle();
             this.subtitle = this.activeMetaDataText("short_name");
             this.description = this.activeMetaDataText("description");