Windows uses different mechanisms for formatting date and time in various UI surfaces. Most of the system (File Explorer, system tray, apps) follows the regional “Short date/Long date” and “Short time/Long time” formats, but the Start menu has its own implementation and does not fully honor those settings in current Windows 11 builds.
From the available documentation, there is no supported setting that specifically controls the date order or 12/24‑hour format used by the Start menu tiles or search flyout. The closest configurable policy for Start is TurnOffAbbreviatedDateTimeFormat, which only switches between an abbreviated and a classic (longer) format in the system tray and requires a reboot, but it does not change MDY vs DMY or 12‑ vs 24‑hour behavior in Start:
-
0 (default): abbreviated time and date format.
-
1: classic time and date format (includes AM/PM and year).
Regional settings can still be configured under Windows “Date and time formats” and via Control Panel to use 24‑hour time (for example, HH:mm or HH:mm:ss) and DMY date order, and these will be respected by components that rely on the system formats. However, the Start menu behavior described is not adjustable through documented policies or registry values.
Given this, the inconsistency observed is a limitation/bug in the current Windows 11 Start menu implementation rather than a misconfiguration. There is no documented workaround to force Start to use DMY and 24‑hour formats beyond ensuring regional settings are correct and keeping Windows updated in case a future build aligns Start with system formats.
References: