---
title: "Edit a QR code design | Unitag Documentation"
description: "Edit the design of an existing QR code — but treat it as making a new one: a redesigned code that is already printed may no longer scan."
canonical: "https://www.unitag.io/documentation/qrcodes/edit-design"
locale: "en"
route: "/qrcodes/edit-design"
---

# Edit a QR code design

You can edit an existing QR code's design. However, be wary that editing a QR code's design is similar to creating a new one. This is not recommended for QR code that are already published and printed.

In order to edit a QR code design:

- Open the QR Codes app.
- Right-click the row of the QR code you want to change, then pick Design

![The QR code list with a row's contextual menu open, showing Edit, Design, Use this design as template, Export as and Delete](https://www.unitag.io/documentation/images/qrcodes/en/qr-codes-update-design.webp)

- Change the design as you like.
- Click on Save.

The same panel can be reached from the [QR code's own page](https://www.unitag.io/documentation/qrcodes/search-and-manage-qrcodes).

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/qrcodes/edit-design#article",
    "headline": "Edit a QR code design",
    "url": "https://www.unitag.io/documentation/qrcodes/edit-design",
    "description": "Edit the design of an existing QR code — but treat it as making a new one: a redesigned code that is already printed may no longer scan.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "QR codes",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "QR codes",
        "item": "https://www.unitag.io/documentation/qrcodes/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Edit a QR code design",
        "item": "https://www.unitag.io/documentation/qrcodes/edit-design"
      }
    ]
  }
]
```
