WIQ Converter

Extract text from Work item queries (WIQ)


Drop or upload your .WIQ file

How to extract text from your WIQ file

  1. Click the "Select File" button above, and choose your WIQ file.
  2. You’ll see a preview, if available.
  3. Click the "Convert file to..." button to extract text information.

Convert WIQ to another file type

To convert WIQ Queries to another format, you need Microsoft Visual Studio or other Developer software.

Convert a file to WIQ

To convert other file formats to the "Visual Studio Query File" file type, you need software like Microsoft Visual Studio or a similar tool.


About WIQ files

A .wiq file is an XML-based document used by Microsoft Visual Studio and Azure DevOps to store Work Item Query Language (WIQL) parameters. It defines the filters used to search for bugs, tasks, and user stories within a software development project.

The biggest disadvantage of the .wiq format is that it causes massive confusion for non-developers. A .wiq file does not contain any actual project data. It only holds the search instructions. If a colleague sends you a .wiq file, you cannot view the list of bugs unless you are authenticated and connected to their specific enterprise server. It requires an active Microsoft account and server permissions to function.

Users usually want to convert a .wiq file into a CSV or XLSX spreadsheet to see the actual tasks. However, a standard file converter cannot do this because it cannot log into a private corporate database to run the query. If you only need to read the query logic, you can easily convert the .wiq file to XML or TXT to inspect the code.

This file format is fundamentally difficult to convert into meaningful data externally because only the original software can execute the query against the live database. Standard online converters fail to process it into a spreadsheet for this exact reason. We can inspect the file and show the internal XML text, allowing you to extract the raw WIQL code without needing developer tools.

Convert.Guru analyzes your WIQ file, detects the exact format, and lets you read the text inside.


FAQ

If you want to convert WIQ file to JS, TS, PY, JAVA, CPP, C, CS, PHP, RB, GO, RS or SWIFT, you can use Microsoft Visual Studio or similar software from the "Work Item Query Storage" category. In the File menu, look for Save As… or Export….

To convert SH, PY, KT, PS1, SWIFT, LUA, PL, JAVA, SCALA, JS, VBS or TS files to WIQ, try Microsoft Visual Studio or another comparable tool in the "Work Item Query Storage" category.



The WIQ Converter Story

The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our WIQ converter.