Description
Running any MiKTeX tool (e.g. pdflatex) on Windows 11 25H2 produces:
pdflatex: critical issue: You are running MiKTeX on an unsupported version of Windows.
pdflatex: major issue: So far, you have not checked for MiKTeX updates.
Compilation works correctly despite the warning. Per the MiKTeX prerequisites page, the supported platform is "Windows 11" with no build restriction, so Windows 11 25H2 should be supported.
Environment
- MiKTeX version: 26.1 (latest, all packages up to date)
- OS: Windows 11 Pro 25H2, build 26200.7840
- Architecture: x64
Steps to reproduce
- Install MiKTeX 26.1 on Windows 11 25H2
- Run any command, e.g.
pdflatex --version or compile any .tex file
- Observe the "critical issue" and "major issue" warnings in stderr
Expected behaviour
No platform warning, consistent with the documented prerequisites.
Notes
- Windows 11 25H2 (build 26200) is the current general availability release, not an Insider/preview build.
miktex packages update reports no updates available, so the "have not checked for MiKTeX updates" message is also incorrect.
Description
Running any MiKTeX tool (e.g.
pdflatex) on Windows 11 25H2 produces:Compilation works correctly despite the warning. Per the MiKTeX prerequisites page, the supported platform is "Windows 11" with no build restriction, so Windows 11 25H2 should be supported.
Environment
Steps to reproduce
pdflatex --versionor compile any.texfileExpected behaviour
No platform warning, consistent with the documented prerequisites.
Notes
miktex packages updatereports no updates available, so the "have not checked for MiKTeX updates" message is also incorrect.