How to open .TAG files on Windows

To open .TAG files on Windows, if you know the creating program (commonly DataFlex-related per FileInfo), open that program first and use its File > Open or import feature to open the .TAG file.

Step-by-step instructions

  1. If you know the creating program (commonly DataFlex-related per FileInfo), open that program first and use its File > Open or import feature to open the .TAG file.
  2. If you don’t know the source, right-click the file → Open with → choose a text editor to inspect whether it is readable text (this may not “properly” open it, but can reveal clues).
  3. If Windows shows the wrong default app, use Open with → Choose another app to select the correct program for .TAG files.

Common issues

No app can open the .TAG file

This usually happens because .TAG is not a single standardized “document” format and the required originating program is not installed.

  1. Ask the sender or check the project folder to identify which application produced the .TAG file (FileInfo notes a common DataFlex-related use).
  2. If appropriate, open the file in a text editor to look for readable headers or clues about the producing software.
  3. Open it using the correct originating desktop application rather than relying on a generic viewer.

The file opens as garbled text or symbols

Some .TAG files are not meant to be read directly or may be structured text intended for a specific parser; viewing in a text editor may look confusing even if the file is valid.

  1. Try opening the file in the software that created it (or the workflow it belongs to).
  2. If you must inspect it, try different text encodings in your editor, but treat the content as configuration/metadata rather than a human-readable document.

Wrong default program opens .TAG on Linux

On Linux desktops, file associations are typically driven by the shared-mime-info database (extension globs mapped to MIME types), so an incorrect mapping or default app can cause the wrong program to launch.

  1. Use your file manager’s “Open With” or “Properties” to select a different default application for .TAG files.
  2. If you manage system MIME associations, verify the MIME mapping and update the shared MIME database using the shared-mime-info tooling available on your distribution.

Security note

.TAG files are often used as auxiliary/metadata files in application workflows; treat them as untrusted input if they come from unknown sources, because they can influence how an application loads data or projects.

Back to .TAG extension page