---
title: "How to detect the operating system on the client machine?"  
description: "How to detect the operating system on the client machine?"  
author: "Anonymous User"  
published: 2011-05-18  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/947/how-to-detect-the-operating-system-on-the-client-machine  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# How to detect the operating system on the client machine?

In order to detect the operating system on the client machine, the navigator.appVersion \
string (property) should be used.

## Answers

### Answer by Anonymous User

In order to detect the operating system on the client machine, the navigator.appVersion \
string (property) should be used.


---

Original Source: https://www.mindstick.com/interview/947/how-to-detect-the-operating-system-on-the-client-machine

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
