diff --git a/_includes/user-menu.html b/_includes/user-menu.html
index 9aa59d905..c0594573d 100644
--- a/_includes/user-menu.html
+++ b/_includes/user-menu.html
@@ -81,6 +81,7 @@
Android openHAB App
iOS openHAB App
+ Windows 10 openHAB App
Iconset (classic)
diff --git a/addons/uis.md b/addons/uis.md
index a869afe16..8302bdc1e 100644
--- a/addons/uis.md
+++ b/addons/uis.md
@@ -18,6 +18,7 @@ layout: documentation
|---------|----------------------|
| [Android openHAB App]({{docu}}/addons/apps/android.html) | The native Android app to access openHAB on the go. |
| [iOS openHAB App]({{docu}}/addons/apps/ios.html) | The native iOS app to access openHAB on the go. |
+| [Windows 10 openHAB App]({{docu}}/addons/apps/windows.html) | The native Windows 10 app to access openHAB on the go. |
| Iconset | Description |
diff --git a/addons/uis/apps/images/download-for-windows.png b/addons/uis/apps/images/download-for-windows.png
new file mode 100644
index 000000000..0c27fa043
Binary files /dev/null and b/addons/uis/apps/images/download-for-windows.png differ
diff --git a/addons/uis/apps/windows.md b/addons/uis/apps/windows.md
new file mode 100644
index 000000000..6cc44f55a
--- /dev/null
+++ b/addons/uis/apps/windows.md
@@ -0,0 +1,18 @@
+---
+layout: documentation
+title: Windows 10 openHAB App
+---
+
+{% include base.html %}
+
+# Windows 10 openHAB App
+
+We provide a native Windows 10 app for openHAB, compatible with Windows laptops, desktops, tablets and phones (Xbox, Raspberry Pi and Holographic coming soon).
+It uses the REST API of openHAB to render sitemaps of your openHAB installation.
+The latest release version of the app is always available through the Windows Store.
+
+[](https://www.microsoft.com/en-US/store/p/openhab/9nmq39ctwxgt)
+
+Please refer to the [openhab.windows project](https://github.com/openhab/openhab.windows) on GitHub for more technical details.
+
+{% include contribution-wanted.html %}