diff --git a/change/react-native-windows-908658ce-9dd6-444b-9d6b-b49cd12b2bdd.json b/change/react-native-windows-908658ce-9dd6-444b-9d6b-b49cd12b2bdd.json
new file mode 100644
index 00000000000..67e73e0b3d9
--- /dev/null
+++ b/change/react-native-windows-908658ce-9dd6-444b-9d6b-b49cd12b2bdd.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "Fix calls to std::mutex::lock",
+ "packageName": "react-native-windows",
+ "email": "vmorozov@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/vnext/PropertySheets/React.Cpp.props b/vnext/PropertySheets/React.Cpp.props
index 15ed96e5704..f5d391b111b 100644
--- a/vnext/PropertySheets/React.Cpp.props
+++ b/vnext/PropertySheets/React.Cpp.props
@@ -57,6 +57,12 @@
USE_V8;%(PreprocessorDefinitions)
USE_FABRIC;%(PreprocessorDefinitions)
JSI_VERSION=10;%(PreprocessorDefinitions)
+
+ _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR;%(PreprocessorDefinitions)