Trezor Suite

Reference notes · wallet software

Section 01 · Overview

Trezor Suite, the companion app for Trezor hardware wallets

Trezor Suite is the desktop and browser application made by SatoshiLabs for setting up and operating a Trezor hardware wallet. It is where you install firmware, create or recover a wallet, watch balances, build transactions, and hand them to the device for approval. The software is free, and it does not hold your private keys at any point.

The division of labor matters more than any single feature. Trezor Suite is the screen, the address book, the fee calculator, and the network connection. The hardware wallet is the vault, the signer, and the display you actually trust. Everything on this page comes back to that split, because it explains why Trezor Suite can be installed on an ordinary computer without turning that computer into the weak point.

What follows is a plain description of how Trezor Suite is built, what it can and cannot do, how its security and privacy controls behave in practice, and the questions people most often ask before or shortly after their first transaction.

Trezor Suite open on a computer screen with a Trezor hardware wallet connected beside it
Trezor Suite handles the visible half of the job. The device keeps the keys and remains the only place where a payment is truly approved.

Section 02

What the application actually does

Strip away the marketing and the job of Trezor Suite is fairly narrow. It talks to the blockchain so your device does not have to, it renders that information in a form a human can read, and it prepares unsigned transactions that the hardware wallet either approves or rejects. Everything else in the app is convenience built on top of those three duties.

First, discovery. When you connect a device, Trezor Suite asks it for the public keys of your accounts, then queries network servers for the history and balances tied to those keys. Nothing secret leaves the device during this step. The app receives only the information anyone could derive from a public account key, which is why a compromised computer cannot pull coins out of a wallet just because Trezor Suite is running on it.

Second, composition. When you enter a recipient and an amount, Trezor Suite selects which coins to spend, estimates a fee, and assembles the raw transaction. That draft is then sent to the device, which shows the destination address and amount on its own screen. If the two do not match what you typed, you decline, and nothing is broadcast.

Third, presentation and record keeping. Portfolio values, account naming, transaction labels, fiat conversion, CSV exports for tax season, and graphs of holdings over time all live in Trezor Suite rather than on the device, because a small screen with limited memory is the wrong place for that kind of data.

None of this makes Trezor Suite a custodian. There is no account to register, no balance held on a company ledger, and no password reset that could hand your coins to someone else. The app is a lens, and if you close it the wallet carries on existing exactly as before.

Section 03

How the pieces fit together

There are three moving parts. The hardware wallet stores the seed and signs. Trezor Suite runs on your machine and orchestrates. Backend servers index the blockchains and answer queries about addresses. The security of the arrangement rests on the fact that only the first of those three ever sees a private key.

Communication with the device happens over USB. In earlier years a separate background helper was needed so browsers could reach the hardware; the desktop build of Trezor Suite now bundles that transport layer itself, which is one of the practical reasons the installed app tends to be less fussy than the browser version.

For blockchain data, Trezor Suite connects by default to indexing servers operated by SatoshiLabs. These servers see which addresses you ask about, though they never see keys or signatures. If that trade-off bothers you, the settings allow you to point Trezor Suite at your own node or a backend you trust, which removes the third party from the picture entirely.

The signing handshake is deliberately unglamorous. Trezor Suite serializes a transaction, the device parses it, the device displays the human-readable parts, you press a physical button, and a signature comes back. The app then broadcasts it. At no point does Trezor Suite have the ability to produce a valid signature on its own.

  1. Step 01

    Trezor Suite requests public account data and fetches history from an indexing backend.

  2. Step 02

    You compose a payment in Trezor Suite; the unsigned draft travels to the device over USB.

  3. Step 03

    The device shows the details, you confirm by hand, and the signed result returns to Trezor Suite for broadcast.

Section 04

Core features worth knowing

A first-time user of Trezor Suite will meet perhaps five screens; a long-time user will keep discovering settings for years. The features below are the ones that change how the software feels day to day.

Accounts and portfolio view

Each coin can hold several accounts, and Trezor Suite lets you add, hide, and rename them freely. For Bitcoin you can run legacy, SegWit, and Taproot accounts side by side, which is useful when you are migrating funds gradually rather than all at once. The dashboard aggregates everything into a single fiat figure with a history chart.

Sending, receiving, and fees

Receiving is a two-step ritual by design. Trezor Suite shows an address only after you confirm the same characters on the device screen, which defends against malware that swaps addresses in the clipboard or in the browser window. On the sending side, you get fee presets plus a custom field, and for Bitcoin you can bump a stuck transaction with replace-by-fee instead of waiting indefinitely.

Advanced controls sit one click deeper. Coin control lets you choose exactly which unspent outputs fund a payment, locktime lets you schedule a transaction, and multiple outputs let you pay several recipients in one go. None of this is forced on beginners, but it means Trezor Suite does not run out of room as your requirements grow.

Labels and exports

Every account, address, and transaction can carry a note. Because these notes would reveal a great deal about you, Trezor Suite encrypts them with a key derived from your device before they are written anywhere, and you decide whether the encrypted file stays on your own disk or syncs through a cloud storage account.

Transaction history can be exported from Trezor Suite for bookkeeping, which saves a lot of reconstruction work at the end of a tax year. The export reflects what the app can see on chain, so treat it as raw material for your records rather than as a finished statement.

Buying, swapping, and staking

Trezor Suite embeds buy, sell, and exchange options supplied by third-party partners, and for a few assets it offers staking through integrated providers. These are conveniences layered onto the wallet, not services run by the wallet itself, so the partner sets the rates, the fees, and any identity requirements. Availability varies by country and changes over time, so treat the list you see in the app as the authoritative one.

Section 05

Devices and supported assets

Trezor Suite works with the whole family of Trezor devices, from the original Model One through the Model T and the later Safe series. What differs between them is firmware capability rather than the app itself, so a feature can appear greyed out on an older model while being fully available on a newer one.

Coin support falls into three buckets. Some assets are handled natively in Trezor Suite with full send, receive, and history. Some are supported by the device firmware but managed through third-party software that connects to the same hardware. A few are not supported at all. The table sketches the general shape; Trezor Suite shows the current, exact list for your specific device.

Asset handling in Trezor Suite compared with external wallet software
Asset group Handled in the app Notes
Bitcoin Yes Legacy, SegWit, and Taproot accounts, coin control, fee bumping
Other UTXO coins Yes Litecoin, Bitcoin Cash, Dogecoin and similar chains, subject to device model
Ethereum and ERC-20 tokens Yes Token balances appear under the parent account in Trezor Suite
Other major chains Varies Support depends on firmware; newer models cover more networks
Privacy coins and niche chains Often not May require compatible third-party wallet software with the device attached
DeFi, NFTs, smart contracts Limited Use a browser wallet in hardware mode; signing still happens on the device

Coverage changes with firmware and app releases. Check the asset list inside your own copy of Trezor Suite before buying a coin on the assumption it is supported.

Section 06

The security model in plain terms

The premise behind any hardware wallet is that general-purpose computers cannot be trusted with secrets. Trezor Suite is written on that assumption about the machine it runs on, which is unusual for an application and worth appreciating.

Address verification is the front line. Malware that rewrites a payment address is one of the most common and most effective attacks in this field, and the only reliable defense is a second screen that the malware cannot reach. That is why Trezor Suite constantly pushes you back to the device display, both when receiving and when sending.

The PIN protects a device that has fallen into someone else's hands. Trezor Suite prompts for it whenever the device wakes, but entry happens on the device itself on models with a touchscreen, and through a scrambled matrix on the Model One, so a keylogger watching your computer learns nothing useful. Repeated wrong guesses trigger escalating delays, which makes brute forcing impractical.

The passphrase adds a second factor that never touches the device permanently. Each passphrase opens a completely separate wallet derived from the same seed, and Trezor Suite treats these hidden wallets as ordinary sessions that vanish when you disconnect. A single mistyped character silently opens a different empty wallet rather than throwing an error, which is a feature and a hazard at the same time.

Firmware integrity is checked before anything else. When you connect, Trezor Suite verifies the signature on the installed firmware and warns loudly if it is not authentic. The device itself will also flag unofficial firmware on its own screen, so the check does not depend solely on the app being honest.

Finally, the recovery backup. Whatever Trezor Suite shows you is only a view of a wallet that ultimately exists as a seed you wrote down during setup. Keep it offline, keep it away from cameras, and never type it into a computer, a phone, or a support chat. Legitimate recovery is performed on the device, and Trezor Suite will never ask you to enter your seed words into the application window.

Key takeaway

If any website, email, pop-up, or person asks for your recovery seed so that Trezor Suite can be fixed, restored, validated, or migrated, it is a theft attempt. There is no exception to this rule.

Section 07

Privacy controls

Custody and privacy are separate problems. Holding your own keys stops someone from freezing or losing your funds, but it does not by itself hide your balances from whoever answers your blockchain queries. Trezor Suite gives you several dials for that second problem.

The desktop build of Trezor Suite can route its network traffic through Tor with a single switch, which hides your IP address from the backend servers. Expect slower loading in exchange. Many people leave it on permanently and simply accept the wait.

Connecting Trezor Suite to your own full node is the stronger option, since your address queries then never leave your network at all. This takes more setup and some maintenance, but the app treats a custom backend as a normal configuration rather than an exotic one.

Two smaller touches round it out. Discreet mode blurs every balance until you hover, which is handy in cafes and on shared screens. And the encrypted labeling system means the notes you write in Trezor Suite about who paid you and why are not readable by a sync provider or by anyone who copies the file off your disk.

Section 08

Desktop, browser, and mobile compared

Trezor Suite ships in more than one shape, and the differences are not cosmetic. The desktop application is the reference version, verified once at download and then run locally. The web version is convenient when you are on a machine you cannot install software on, but it is fetched fresh from a server every time you open it, which puts more weight on the browser and on the connection.

For phones there is a watch-only companion, Trezor Suite Lite, intended for checking balances rather than moving funds. It tracks accounts you add without any private key material being involved, so a lost phone exposes your portfolio view and nothing more. Mobile capabilities have expanded alongside newer devices, so confirm what your specific model supports before relying on it.

For most people the recommendation is straightforward. Install the desktop version of Trezor Suite on the computer you actually own, keep the browser version as a fallback, and use the mobile companion for glances rather than for transactions.

Comparison of the desktop, browser, and mobile forms of Trezor Suite
Capability Desktop app Browser version Mobile companion
Sign and send transactions Yes Yes Watch-only
Built-in Tor routing Yes No No
Custom backend or own node Yes Yes No
Code loaded fresh each session No, installed locally Yes No, installed app
Best suited to Daily and primary use Occasional access Checking balances

Section 09

Open code, releases, and trust

The source code of Trezor Suite is published, along with the device firmware, so claims about what the software does can be checked rather than taken on faith. That is the standard the wider hardware wallet field has settled on, and it is a fair thing to insist upon before trusting any wallet application with your account keys.

Releases arrive regularly and bring a mix of new coin support, interface changes, and security fixes. The desktop version of Trezor Suite notifies you when an update is ready. Applying updates promptly is sensible, and so is reading the release notes rather than clicking through them, especially when firmware is involved.

Two habits make this openness meaningful in practice. Verify the signature of the installer when you download the desktop build, and let Trezor Suite handle firmware updates rather than sourcing files from anywhere else. The verification tooling exists precisely so that you do not have to trust the download server, and both Trezor Suite and the device double-check firmware authenticity independently.

Section 10

Getting started in five steps

Setting up Trezor Suite takes twenty minutes if you are unhurried, and being unhurried is the point. The one irreversible part is the backup, so do not begin until you have a pen, a private room, and no reason to rush.

Before anything else, obtain Trezor Suite only from the official address printed in your device documentation. Fake wallet apps promoted through search ads and social posts are a persistent problem in this industry, and no amount of hardware security saves you from typing a seed into a convincing counterfeit.

  1. 01

    Install the application

    Download Trezor Suite for your operating system from the official source, verify the signature if you are comfortable doing so, and install it before plugging anything in.

  2. 02

    Connect and install firmware

    A new device ships without firmware. Trezor Suite detects it, checks authenticity, and installs the current signed release. Refuse to continue if the app reports anything unexpected about the device.

  3. 03

    Create the wallet and write the backup

    Generate a new wallet or recover an existing one. The recovery words appear on the device screen, never in Trezor Suite. Copy them onto paper or metal, confirm them, and store the backup away from the device.

  4. 04

    Set a PIN and consider a passphrase

    Choose a PIN you will not forget. A passphrase is optional and powerful, but Trezor Suite cannot recover it for you, so only adopt it once you understand that losing it means losing that wallet.

  5. 05

    Do a small test transfer

    Receive a small amount first, confirming the address on the device screen, then send a little of it back out. Once that round trip works, Trezor Suite is ready for the amount you actually care about.

Section 11

Everyday habits that pay off

Read the device screen every single time. It is the one habit that defends against the whole family of address-substitution attacks, and it costs three seconds. If the address in Trezor Suite and the address on the device ever differ, stop and investigate rather than assuming a display glitch.

Use labels early. A year of unlabeled transactions is painful to reconstruct, and because Trezor Suite encrypts the notes before storing them, there is little privacy reason to hold back. Name accounts by purpose rather than by amount.

Rehearse recovery before you need it. If you have a spare device, restore your seed onto it and confirm the same accounts appear in Trezor Suite. A backup that has never been tested is a hypothesis, not a plan, and the moment of a lost or broken device is a bad time to discover a transcription error.

Keep the account structure boring. Separating long-term savings from spending money into distinct accounts, or into distinct passphrase wallets, makes the portfolio view in Trezor Suite easier to read and reduces the chance of sending from the wrong place under time pressure.

Section 12

Common problems and what causes them

The overwhelming majority of questions about Trezor Suite come down to a handful of causes, and almost none of them involve lost coins. Working through the list below solves most cases without any drama.

Device not detected is nearly always a cable or a permission issue. Many USB cables are charge-only and carry no data. Swap the cable, swap the port, avoid hubs, and try the desktop version of Trezor Suite rather than the browser, since the installed app handles device communication directly instead of relying on browser permissions.

An empty wallet after entering a passphrase is not a bug. A different passphrase produces a different wallet, so a typo, a stray capital letter, or an extra space opens a valid but unused wallet. Disconnect, reconnect, and enter it again with care; Trezor Suite has no way to tell you which passphrase was the right one.

Missing balances usually mean the coins live in an account type or a derivation path that has not been added yet. Adding the relevant account in Trezor Suite normally reveals them. If a firmware update seems to stall, leave the device connected and do not unplug it mid-write, and follow the recovery instructions the app provides rather than improvising.

  • Try a known data-capable cable before anything else.
  • Prefer the installed desktop build when the browser version misbehaves.
  • Re-enter a passphrase slowly rather than concluding funds are gone.
  • Add the missing account type before assuming a history is lost.
  • Never seek help in unsolicited direct messages offering to fix Trezor Suite for you.

Section 13

Known limits and honest caveats

Trezor Suite is not a smart contract interface. If your interests run to lending protocols, decentralized exchanges, or NFT marketplaces, you will spend most of your time in a browser wallet operating in hardware mode, with the device as the signer. That works well, but it means the polished experience of Trezor Suite covers only part of your activity.

It is not a full node either, unless you configure one. Out of the box, Trezor Suite relies on indexing servers that can see which addresses you query. That is a normal arrangement for consumer wallets and it exposes no keys, but privacy-minded users should know the default before assuming otherwise.

And it cannot protect you from yourself. Trezor Suite refuses to broadcast anything the device has not signed, but it also cannot recall a payment sent to the wrong address, recover a forgotten passphrase, or reconstruct a seed that was never written down. The software removes a lot of risk; the remainder stays firmly in your hands.

Section 14

Frequently asked questions

Does it cost anything?

No. Trezor Suite is free to download and use, and it comes with the device rather than as a subscription. Third-party services reachable from inside Trezor Suite, such as buying or swapping, carry their own fees set by those providers.

Is the app required to use the device?

For setup and firmware it is the practical choice. For daily use, compatible third-party wallets can drive the same hardware, which is exactly how people reach coins and applications that Trezor Suite does not cover natively. The device is not locked to one piece of software.

Does the software hold my coins or keys?

Neither. Coins exist on their blockchains, and the keys that control them never leave the hardware wallet. Trezor Suite reads public data and prepares transactions, which is why uninstalling Trezor Suite has no effect whatsoever on your balances.

What happens if the app is discontinued one day?

Your recovery seed follows widely used open standards, so it can be restored into other compatible wallet software. Trezor Suite is an interface to your wallet, not the wallet itself, and that distinction is what keeps you independent of any single company.

Desktop or browser, which should I choose?

The desktop build, for most people. It is verified once at installation, communicates with the device directly, and offers Tor routing. Keep the browser version of Trezor Suite for machines where installing software is not possible.

Can I use it offline?

Only partially. Trezor Suite needs a network connection to fetch balances, estimate fees, and broadcast transactions. The device itself works offline by design, but the app that talks to the blockchain does not.

How are hidden passphrase wallets handled?

Each passphrase you enter opens its own wallet for that session, and Trezor Suite forgets it when the device disconnects. Because a wrong passphrase produces a different valid wallet rather than an error, back up the passphrase as carefully as the seed.

Can I run it alongside a browser wallet?

Yes, though not at the same instant, since only one application can hold the USB connection. Many people watch their portfolio in Trezor Suite and switch to a browser wallet in hardware mode when they need contract interactions, with the device signing in both cases.

Taken together, these answers point at one idea. Trezor Suite is a well-built window onto a wallet whose real security sits in a small device and in a few words written on paper, and understanding that boundary is most of what it takes to use Trezor Suite well.