Many times Moodle users need information of their exact Moodle version for different reasons. There are many ways to check Moodle version as below:
1st Way (with Site Administrator access)
The exact version of your Moodle site can be seen from the https://YourMoodleSite//admin/index.php?cache=1. Otherwise you can visit Site Administration > Notifications to see the Moodle Version running on your site.
There is another way for administrators to check the Moodle version. You can navigate to Site Administration > Server > Environment. The page will show the Moodle version on the top with other server checks.
The above method works only if you have access to Site Administrator account. However in case if you are not having the admin access, then there is a caveat to check the Moodle version.
2nd Way (As a regular teacher in Moodle)
As a regular teacher at the bottom of any Moodle page, just click the “Moodle Docs for this page”. This link will take you to the Moodle documentation of that particular version. For example – https://docs.moodle.org/311/en/Moodle_version link is relevant for Moodle 3.11
If we have 400 in place of 311 in the same URL then it would be relevant for Moodle 4.0 version.
3rd Way (Access to server files)
In case you are managing the Moodle server, then you can check the Moodle’s version.php file to determine the Moodle version. The file is located in Your_Moodle_Directory/version.php
[…] Keep your Moodle up to date – Moodle releases minor point releases after every two months from the first major version release which includes a lot of bugs and security issues fixed. As per the recent stats, many websites are still using Moodle 3.5 version. […]