MongoDB Version check

How to check MongoDB Version in windows?

Himalaya Pagada

--

If you want to check the MongoDB version in your windows system, kindly follow the below steps:

Step — 1: Open the windows command prompt by entering “cmd” in your RUN prompt.

Step — 2: Go to the “bin” folder inside the MongoDB folder in your file manager, i.e: C:\Program Files\MongoDB\Server\5.0\bin

Step — 3: Reach to the above path in your command prompt and run “mongo –version”.

Thank You…

--

--