---
title: "How to detect the operating system on the client machine?"  
description: "How to detect the operating system on the client machine?"  
author: "Amit Singh"  
published: 2011-04-23  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/765/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 Amit Singh

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/765/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.
