Resolving .zap13 File Opening Errors in TIA Portal V13 SP1

David Krause11 min read
SiemensTIA PortalTroubleshooting
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

Problem Description: .zap13 Project Archive Will Not Open in TIA Portal V13

Engineers and students downloading Siemens SCE training curriculum projects, technical examples, or exchanged TIA Portal project archives frequently encounter a failure when attempting to open a file with the extension .zap13 (sometimes referred to colloquially as .zp13). The TIA Portal user interface either displays no project tree, fails to recognize the file in the Open dialog, or returns a version mismatch error during the retrieve operation.

The root cause is almost always one of the following four conditions:

  1. The installed TIA Portal version is older than V13 SP1, or is missing the required update level (UPD).
  2. The TIA Portal installation is STEP 7 Basic, WinCC Basic, or another non-Professional edition that cannot open archived projects containing PLC programming.
  3. The user is operating in Portal View instead of Project View, or the file has not been extracted from the .zap13 container.
  4. The .zap13 file is corrupted, incompletely downloaded, or has been associated with the wrong Windows program (for example, a web browser after a misclick on "Open with").

This article walks through the diagnostic procedure for each condition, the exact steps to recover the project, and the verification checks that confirm a successful retrieve.

Understanding the .zap13 File Format

The .zap13 extension is the TIA Portal project archive format for V13. The "zap" prefix denotes "TIA Portal archive" and the trailing "13" indicates the TIA Portal major version that originally created or last saved the project. Inside the archive is a compressed directory tree containing:

  • SystemData\ — cross-device system master data and topology.
  • IM\ — installation/configuration data for each device.
  • Logs\ — compilation logs and references.
  • One or more .ap13 (project) or .al13 (library) files that hold the actual hardware configuration, program blocks, HMI screens, and connections.

Because the .zap13 is a structured ZIP container, two extraction paths exist:

Method Tool Behavior
TIA-native retrieve TIA Portal → Project → Retrieve Extracts to configured storage path and registers the project in the project tree
External archive utility 7-Zip, WinRAR, Windows ZIP Extracts raw .ap13 files; must then be opened with TIA Portal → Open

Use the TIA-native retrieve whenever possible — it preserves the default storage location, link integrity, and version metadata. External extraction is acceptable when the archive must be inspected outside TIA or when the file association has been broken on the workstation.

Root Cause 1: Wrong TIA Portal Version Installed

The TIA Portal V13 release train has three public delivery milestones that determine which archives a workstation can open:

Edition Internal Build Opens .zap13 created by Typical error message
TIA Portal V13 (Base) V13.0 + UPD1..UPD6 V13.0 base projects only "Project was created with a newer version of TIA Portal"
TIA Portal V13 SP1 V13.0 SP1 + UPD1..UPD7 V13.0 base + V13 SP1 projects None if both SP1 and matching UPD present
TIA Portal V13 SP2 V13.0 SP2 + UPD1..UPD9 All V13 archives None

Step 1 — Identify the installed version

  1. Launch TIA Portal.
  2. From the menu bar select Help → Installed Software.
  3. Read the SIMATIC STEP 7 entry. Confirm the edition (Basic / Professional) and the version string (for example V13.0 SP1 + UPD6).
  4. Cross-reference the installed edition against the version that produced the .zap13 file.

The version mismatch is the single most common cause of "cannot open .zap13" symptoms. If the Help → Installed Software dialog shows V13.0 without an SP suffix and the archive was saved with V13 SP1, the retrieve will fail.

Step 2 — Apply the missing Service Pack and Update

Two delivery mechanisms are available to reach V13 SP1 with a current update level:

  1. Siemens Automation Updater — a wizard that runs from inside TIA Portal and queries the Siemens update server for missing Service Packs and Updates. Triggered via Help → Automation Updater. Requires an active Siemens support contract or registered download entitlement.
  2. Manual download — fetch the offline update package from the Siemens Industry Online Support portal and run the installer in administrator mode.

Update levels for V13 SP1 released publicly include UPD1 through UPD7, with UPD7 being the most recent for that Service Pack. Always update to the highest available UPD for the Service Pack that matches the target archive version. Mixing update levels across workstations in a team is permitted; mixing Service Packs is not.

Compatibility rule: A newer Service Pack (SP2) can open everything an older Service Pack (SP1, base) can open. The reverse is not true. When in doubt, upgrade the workstation rather than downgrading the archive.

Root Cause 2: STEP 7 Basic Edition Installed Instead of Professional

TIA Portal ships in tiered editions. The relevant tiers for .zap13 retrieval are:

  • WinCC Basic / Comfort / Advanced
  • Edition PLC Programming Languages Opens .zap13?
    STEP 7 Basic V13 FBD, LAD (S7-1200/1500 limited) Only projects targeting S7-1200 with no advanced instructions
    STEP 7 Professional V13 FBD, LAD, STL, SCL, GRAPH (S7-300/400/1200/1500) Yes — all PLC project archives
    HMI configuration only Limited — HMI subprojects only; PLC program blocks hidden

    The Siemens SCE training curriculum projects typically contain S7-300 or S7-1200 program blocks authored in STL or SCL, requiring STEP 7 Professional. A Basic installation will retrieve the archive but the program editor will not display the affected blocks, producing the appearance that "the project did not open".

    Resolution

    1. Confirm the edition in Help → Installed Software.
    2. If Basic is installed, obtain a STEP 7 Professional license (floating or single-user) and run the TIA Portal setup in modify/repair mode to add the Professional package.
    3. Re-attempt the retrieve once Professional appears in the installed software list.

    Root Cause 3: Operating in Portal View or Skipping Extraction

    TIA Portal V13 has two user interface modes:

    • Portal View — task-oriented dashboard; intended for quick actions and guided workflows.
    • Project View — full editor with project tree, device configuration, and program blocks; required for advanced editing and for opening existing projects.

    When the user is in Portal View, the Open Project dialog may filter .zap13 out, or may show the file but fail to perform the retrieve because the destination directory selector is hidden.

    Switch to Project View

    1. In the lower-left corner of the TIA Portal window, click Project View.
    2. The interface switches to a full IDE layout with the project tree on the left.
    3. Use Project → Retrieve from the menu bar.

    Retrieve Procedure (TIA-native)

    1. In Project View, choose Project → Retrieve → Retrieve from device/PG... or Retrieve from file....
    2. Browse to the .zap13 file.
    3. Select a target storage directory inside the TIA Portal project repository (default %USERPROFILE%\Documents\Automation\).
    4. Click Retrieve. TIA Portal extracts the archive, registers the project, and opens it automatically.

    Manual Extraction Procedure (External Tool)

    1. Install 7-Zip, WinRAR, or any utility that handles the ZIP64 container format.
    2. Right-click the .zap13 file in Windows Explorer.
    3. Choose 7-Zip → Extract Here (or Extract to <foldername>).
    4. Open TIA Portal in Project View.
    5. Choose Project → Open and navigate to the extracted .ap13 file inside the output folder.

    Root Cause 4: File Association Broken or Archive Corrupted

    If a .zap13 file is inadvertently opened with a web browser, text editor, or another application, Windows may register that association persistently. Subsequent double-clicks will fail to launch TIA Portal.

    Restore the Default Association

    1. Right-click the .zap13 file in Windows Explorer.
    2. Select Open with → Choose another app.
    3. Click More apps → Look for another app on this PC.
    4. Browse to C:\Program Files\Siemens\Automation\Portal V13\bin\Siemens.Automation.Portal.exe (path varies by installation drive).
    5. Enable Always use this app and confirm.

    Verify Archive Integrity

    1. Open the .zap13 with 7-Zip and view its internal directory listing.
    2. Confirm the presence of a top-level .ap13 or .al13 file and a SystemData folder.
    3. Attempt extraction with Test archive from the 7-Zip menu. CRC errors indicate a corrupt or truncated download.
    4. If the test fails, re-download the archive from the original Siemens SCE source and verify the SHA-1 or file size against the published value.

    Diagnostic Flowchart

    .zap13 will not open TIA version ≥ archive version? Install SP1 + latest UPD STEP 7 Professional installed? Add Professional license Using Project View? Switch to Project View

    Step-by-Step Resolution Procedure

    Prerequisites

    • Administrator account on the Windows workstation.
    • Original .zap13 archive, verified by file size match.
    • Access to the Siemens Industry Online Support download area for Service Packs.
    • STEP 7 Professional license key (USB dongle, floating license server, or license file).

    Procedure

    1. Verify version: Launch TIA Portal and check Help → Installed Software. Note the STEP 7 edition and update level.
    2. Apply missing updates: Run Help → Automation Updater or install the offline update to reach V13 SP1 with the latest available UPD.
    3. Confirm Professional edition: If STEP 7 Basic is listed, modify the installation and add the Professional package. Restart TIA Portal.
    4. Switch to Project View: Click the Project View link in the lower-left of the Portal.
    5. Retrieve the archive: Use Project → Retrieve and select the .zap13 file. Accept the default target directory.
    6. Wait for extraction: TIA Portal decompresses the archive and registers all devices. Progress is shown in the lower-right status bar.
    7. Open the project: The project appears automatically in the project tree. If not, navigate to the storage location and double-click the extracted .ap13 file.
    8. Save a working copy: Immediately use Project → Save as to create a writable copy. The retrieved file is read-only until re-saved.

    Verification

    Confirm the recovery was successful with the following checks:

    Check Expected Result Failure Indicator
    Project tree populates Devices, PLC, HMI stations visible Empty tree → retrieve silently failed
    PLC program blocks list OB, FB, FC, DB icons visible under Program blocks Missing → Basic edition limitation
    Compile (PLC → Compile) 0 errors, 0 warnings Errors → archive incompatibility, version mismatch
    Download to PLC possible (online) PG/PC interface selects target, online connection establishes Cannot → check PROFIBUS/PROFINET interface and PG/PC assignment
    Cross-references populate Right-click on tag → Cross-reference shows usage Empty → program was not compiled after retrieve

    Common Error Messages and Resolutions

    Error Text Root Cause Resolution
    "The project was created with a newer version of TIA Portal and cannot be opened." Workstation is older than the archive Install the required Service Pack
    "The file is not a valid TIA Portal project archive." Corrupt download or wrong file type Re-download; verify with 7-Zip CRC test
    "No license for STEP 7 Professional found." STEP 7 Basic installed, archive requires Professional Add Professional license; transfer floating license
    "The project is already open in another instance." Two TIA Portal sessions launched Close the second session; check the project's .lock file and remove if stale
    Retrieve dialog is empty / .zap13 not listed Wrong file filter; file association broken Switch file filter to "Project archive (*.zap*)"; restore .zap13 association

    Preventive Measures and Best Practices

    • Standardize on one TIA Portal version across the team. Maintain a documented matrix of workstation versions versus archive versions distributed to colleagues and students.
    • Always run the Siemens Automation Updater quarterly. New update levels frequently fix TIA Portal bugs and improve archive compatibility.
    • Keep archives under version control. Use Git LFS or a binary asset repository to track .zap13 checksums.
    • Document the archive's originating TIA Portal version in the project README. A simple TIA_Portal: V13 SP1 UPD7 line eliminates the version guesswork for downstream users.
    • Avoid mixing Basic and Professional on shared workstations. Confirm the edition required by the project before installing the license.

    Troubleshooting Matrix

    Symptom Primary Cause Secondary Cause Action
    File does not appear in Open dialog Wrong file filter File association hijacked Set filter to *.zap*; reset default app
    "Newer version" error on retrieve Workstation too old Archive saved on newer SP Update to required SP + UPD
    Project tree empty after retrieve Basic edition hides PLC Read-only flag blocks tree Upgrade to Professional; remove RO attribute
    Compile errors after retrieve Referenced library missing Hardware catalog patch needed Install HSP; install referenced library
    Cannot find project on disk Storage path was customized User account mismatch Check %USERPROFILE%\Documents\Automation or last-used path

    Field-Commissioning Notes

    On a factory floor where the workstation must remain on a specific Service Pack for compatibility with installed PLC firmware, do not upgrade TIA Portal unilaterally. Instead, request the project author to save the archive at the target Service Pack level: Project → Archive → Archive to file.... The resulting .zap13 can then be retrieved on workstations matching that Service Pack exactly.

    When training new engineers on Siemens SCE curriculum materials, verify their workstation against the version table at the start of the session. A 5-minute version check eliminates the 30-minute "cannot open" recovery that frequently derails training schedules.

    Why does my TIA Portal V13 SP1 say "cannot open .zap13"?

    Most often because the installed update level is too old, STEP 7 Basic is installed instead of Professional, or the file filter is set to *.ap13 instead of *.zap*. Open Help → Installed Software to verify the version and edition, then use Project → Retrieve with the project archive filter selected.

    What is the difference between .zap13 and .ap13 files?

    .zap13 is a compressed project archive containing one or more .ap13 project files plus system data. You retrieve a .zap13 into the TIA Portal storage location, while you open an .ap13 directly. The "zap" prefix indicates "TIA Portal archive" and the trailing number is the TIA Portal major version.

    Can I open a V13 SP1 archive with TIA Portal V13 base?

    No. TIA Portal V13 base cannot read archives created by V13 SP1 or later. You must upgrade to V13 SP1 (with the latest UPD) or V13 SP2. The reverse is also true: V13 SP2 opens V13 SP1 archives, but the project will then be re-saved at SP2 level unless you explicitly archive it back down.

    Do I need STEP 7 Professional to open SCE training projects?

    Yes for almost every SCE module that uses S7-300 or S7-400 STL/SCL code. STEP 7 Basic will retrieve the archive but program blocks will not be editable. Confirm the edition under Help → Installed Software; if Basic is listed, add the Professional license via the TIA Portal setup in modify mode.

    How do I extract a .zap13 file without TIA Portal?

    Use 7-Zip or WinRAR: right-click the file, choose Extract Here, then open the resulting .ap13 file in TIA Portal → Project → Open. This is useful when the file association is broken or when inspecting archive contents for troubleshooting.

    Back to blog