> For the complete documentation index, see [llms.txt](https://adeshsingh.gitbook.io/programming/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adeshsingh.gitbook.io/programming/qt-qml/qt-qml-concept-2023/how-to-install-sqlite3-in-windows-11-or-or-windows-10.md).

# How To Install sqlite3 in windows 11 || Windows 10

<figure><img src="https://1436541833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl2rsUaAZrlRpqKLRCATe%2Fuploads%2FJcT9mrOJqSHcbyQBKX14%2FBlack-Finance-Money-Coach-YouTube-Thumbnail.png?alt=media&amp;token=c5866d85-70a1-4b42-8d2a-c5c0052215cf" alt=""><figcaption></figcaption></figure>

**Install SQLite3 on windows** 1&#x31;**:**

`SQLite` is an open-source, zero-configuration, self-contained, stand-alone, transaction relational database engine designed to be embedded into an application.

Steps you need to follow for installation of sqlite3 on windows 11:

* **Step 1** − To [SQLite3 ](https://www.sqlite.org/2022/sqlite-tools-win32-x86-3390400.zip)download precompiled binaries for windows.

<figure><img src="https://blogs.thearticleof.com/wp-content/uploads/2022/11/Download_sqlite3-1024x535.png" alt="" height="535" width="1024"><figcaption></figcaption></figure>

* **Step** 2 − Create a folder `C:\>sqlite` and unzip above two zipped files in this folder, which will give you `sqlite3.def`, `sqlite3.dll` and `sqlite3.exe` files.

<figure><img src="https://blogs.thearticleof.com/wp-content/uploads/2022/11/sqlite3terminal-1024x329.png" alt="" height="329" width="1024"><figcaption></figcaption></figure>

* **Step** 3 − Add `C:\>sqlite3` in your PATH environment variable and finally go to the command prompt and issue sqlite3 command, which should display the following result.

<figure><img src="https://blogs.thearticleof.com/wp-content/uploads/2022/11/databaserun-1024x310.png" alt="" height="310" width="1024"><figcaption></figcaption></figure>
