How to install and test ClickHouse on Microsoft Windows
When ClickHouse installing on Windows 10 you may receive errors when inserting data, for example:
On Windows 10, WSL needs to be upgraded to WSL 2.
- For testing follow these instructions, you should have similar output:
Since this is for testing, I logged in as root to avoid permissions issues:
- Create a ClickHouse directory:
- From the new directory, download clickhouse:
- Start the clickhouse server:
- In another WSL window, start the client:
- Create the database and table:
Last modified on June 23, 2026