diff --git a/impeller/entity/contents/content_context.h b/impeller/entity/contents/content_context.h
index 6d4fc90298689..d38df9ae03b5a 100644
--- a/impeller/entity/contents/content_context.h
+++ b/impeller/entity/contents/content_context.h
@@ -408,7 +408,7 @@ class ContentContext {
   ///
   // TODO(bdero): Remove this setting once StC is fully de-risked
   //              https://github.com/flutter/flutter/issues/123671
-  static constexpr bool kEnableStencilThenCover = false;
+  static constexpr bool kEnableStencilThenCover = true;
 
 #if IMPELLER_ENABLE_3D
   std::shared_ptr<scene::SceneContext> GetSceneContext() const;