diff --git a/packages/edit-site/src/components/sidebar-navigation-screen/index.js b/packages/edit-site/src/components/sidebar-navigation-screen/index.js
index 83e0da4cf9f83..be674b4b8636d 100644
--- a/packages/edit-site/src/components/sidebar-navigation-screen/index.js
+++ b/packages/edit-site/src/components/sidebar-navigation-screen/index.js
@@ -61,14 +61,17 @@ export default function SidebarNavigationScreen( {
) }
{ ! isRoot && backPath && (
goTo( backPath, { isBack: true } ) }
icon={ icon }
label={ __( 'Back' ) }
+ showTooltip={ false }
/>
) }
{ isRoot && (