Section 01 / Overview
What Trezor Suite is and how it works
Trezor Suite is the free application that SatoshiLabs builds for its own line of hardware wallets. It runs on a desktop computer or inside a browser, and it is where a device gets set up, balances get checked, transactions get sent and received, firmware gets updated, and privacy settings get chosen. The defining detail is what the software does not do: it never sees, stores or transmits a private key. Trezor Suite prepares the work, and the hardware wallet approves it.
A useful way to picture it is as a dashboard plus a messenger. Trezor Suite reads the blockchain on your behalf, assembles the history and balances of your accounts, drafts outgoing payments, and pushes signed ones back out to the network. The signature itself is produced inside a small device with its own screen and buttons, which is why malware on a computer can rearrange pixels but cannot quietly drain a wallet.
The code is open source and published publicly, which matters more for wallet software than for most categories. The interface is the thing that tells you which address you are paying and how much, so being able to inspect or rebuild it is part of the trust model rather than a marketing line. Trezor Suite also costs nothing; the business sits in the hardware, not in the app.
Some limits are worth stating up front. Trezor Suite is not a custodian, not an exchange account, and not a universal wallet for other manufacturers' devices. Trezor Suite is the first-party interface for Trezor hardware specifically, and a handful of assets and activities still call for a third-party wallet connected to the same device.
Trezor Suite at a glance
- Product
- Trezor Suite
- Maker
- SatoshiLabs, Prague, Czech Republic
- Category
- Cryptocurrency wallet interface
- Platforms
- Windows, macOS, Linux, plus a browser version
- Mobile
- Trezor Suite Lite for Android and iOS, watch-only
- Source
- Open source, publicly hosted repository
- Works with
- Trezor Model One, Model T, Safe 3, Safe 5 and later models
Section 03 / Origins
Where Trezor Suite came from
SatoshiLabs shipped the first commercial hardware wallet, the Trezor One, in 2014, and for years before Trezor Suite existed the way to use it was a browser interface known first as myTREZOR and later as Trezor Wallet. That worked, but it tied a security product to whatever browser, extension and plugin situation a user happened to have, and it left little room for features like built-in network routing.
Trezor Suite was the answer to that. It appeared in beta in 2020 and became the standard interface during 2021, arriving first as a downloadable desktop application with the browser version kept as a fallback. The shift allowed features the old page could not do well: a persistent portfolio dashboard, local transaction labeling, an integrated Tor switch, and a proper settings layer per device and per account. Background on the wider product line is summarized on Wikipedia's Trezor entry.
Development has stayed continuous rather than versioned in big leaps. Each release of Trezor Suite is published with notes in the open repository, and updates arrive regularly with new coin support, interface changes and fixes. Because they come so often, a screenshot of Trezor Suite from two years ago will not match what you see today, though the underlying flow of connect, confirm and broadcast has not changed.
One more structural point: Trezor Suite is also the delivery channel for device firmware. New firmware is offered through the app, verified against the manufacturer's signatures by the device itself, and installed while the device is connected. That makes Trezor Suite more than a convenience layer; it is part of how the hardware stays current.
Section 04 / Mechanics
How Trezor Suite works with the device
The system has two halves. One is the firmware inside the hardware wallet, which holds the seed, derives keys and produces signatures. The other is Trezor Suite on the computer, which knows nothing secret and does everything else. They talk over a USB connection using a defined message protocol, and the boundary between them is the whole security argument.
When you unlock a device, Trezor Suite asks it for extended public keys rather than private ones. From those it can derive every receiving and change address in an account, which is enough to scan the chain, calculate a balance and list history. This is why Trezor Suite can show your portfolio while the device sits idle: it holds watch-only knowledge, not spending power.
To actually read the chain, the app needs an indexed view of it. By default Trezor Suite queries backend servers run by the manufacturer, which keep an index of blocks so a wallet does not have to download and scan an entire blockchain. For people who would rather not tell anyone else which addresses they own, Trezor Suite lets you point an account at a personal full node or Electrum server instead.
Spending reverses the flow. Trezor Suite selects inputs, estimates a fee and builds an unsigned transaction, then hands it to the device. The device parses it, shows the recipient and amount on its own screen, waits for a physical confirmation, signs internally, and returns the finished transaction. Only then does the app broadcast it.
The practical rule that falls out of this is simple: trust the small screen, not the big one. If the address or amount on the device does not match what you typed into Trezor Suite, something on the computer has interfered, and refusing the confirmation costs nothing.
-
Step 01
Trezor Suite builds the transaction
Inputs, outputs and the fee are chosen from watch-only account data.
-
Step 02
The device shows the details
Recipient and amount appear on the hardware screen, not on the computer.
-
Step 03
You approve and it signs
A physical confirmation triggers the signature; the private key never leaves the device.
-
Step 04
Trezor Suite broadcasts it
The signed transaction goes out to the network through a backend server.
Section 05 / Editions
Desktop, browser and Trezor Suite Lite
The desktop build of Trezor Suite is the reference experience and the one most people should use. It installs on Windows, macOS and Linux, communicates with the device without needing browser permissions, and includes the network routing and update machinery in one package. Because the download can be checked against a published signature before installation, the desktop version of Trezor Suite also gives you a way to confirm you are running genuine software.
The browser version of Trezor Suite exists for situations where installing an application is impractical, such as a locked-down or shared machine. It offers most of the same account features but depends on the browser's ability to reach a USB device, which in practice means a recent Chromium-based browser with permission granted. Running Trezor Suite in a browser also means trusting the page load, which is a weaker position than running a verified local binary.
On phones, Trezor Suite Lite is a separate and deliberately narrow app for Android and iOS. It is watch-only: it shows balances and transaction history for accounts you have added, and it does not sign anything, because it does not connect to the hardware wallet. Treating it as a portfolio window rather than a wallet keeps expectations correct.
Choosing between them is mostly about threat model and convenience. Long-term storage, firmware updates and first-time setup belong on the desktop edition of Trezor Suite; the browser version is a reasonable stopgap; the mobile app is for checking a balance on a train without carrying the device at all.
| Capability | Desktop app | Browser version | Trezor Suite Lite |
|---|---|---|---|
| Connects to the device | Yes, directly | Yes, via browser USB access | No |
| Sign and send transactions | Yes | Yes | No, view only |
| Device setup and firmware | Recommended route | Possible | No |
| Built-in Tor routing | Yes | Not built in | No |
| Custom backend server | Yes | Yes | No |
| Portfolio and history | Full | Full | Read-only summary |
Section 06 / Setup
How to get started with Trezor Suite
Setting up Trezor Suite follows a fixed order, and the order exists for a reason: firmware first, then the secret, then the money. Skipping ahead is how people end up with a wallet whose backup they never wrote down properly.
-
01
Install the application from the maker's own domain. Get the desktop build directly from the manufacturer rather than from a search advertisement or an app store listing you have not verified, and check the published signature of the installer if you are able to.
-
02
Connect the device and let it install firmware. New units ship without firmware. Trezor Suite offers the correct version, and the device verifies the manufacturer's signature before installing it.
-
03
Create a wallet and write down the backup. The recovery words are generated on the device and shown only there. Copy them onto the supplied cards by hand, store them offline, and never photograph or type them into any computer.
-
04
Set a PIN and name the device. The PIN protects against someone who physically takes the hardware. Naming it helps if you later use more than one with the same installation of Trezor Suite.
-
05
Add accounts and test with a small amount. Enable the coins you need in Trezor Suite, generate a receiving address, confirm it on the device screen, and send a small test transfer before moving anything significant.
Two habits pay off later. The first is doing a dry-run recovery check, which Trezor Suite can walk you through: the device asks you to re-enter your backup words and confirms whether they match, without exposing them. The second is deciding early whether you want a passphrase, because adding one later means moving funds between wallets.
If you are migrating from another wallet, you can restore an existing recovery seed onto the device during setup, and Trezor Suite will rediscover the accounts derived from it. Standard derivation paths mean the balances usually appear on their own, though older or unusual wallets sometimes need a specific account type selected by hand.
Section 07 / Structure
Accounts, coins and address types in Trezor Suite
Everything in Trezor Suite is organized around accounts. An account is a branch of the key tree derived from your seed for one coin, and each one keeps its own balance, address list and history. You can hold several accounts per coin, which is the tidy way to separate savings from spending money, or business from personal funds, without needing multiple devices.
For Bitcoin and similar chains, accounts also come in address types, and the choice affects fees and compatibility rather than security. Trezor Suite offers native SegWit as the common default because those addresses are cheaper to spend from; Taproot accounts are supported for newer script types; legacy and nested SegWit accounts exist mainly for compatibility with older services that reject modern address formats.
Coin coverage is broad but not unlimited. Trezor Suite handles Bitcoin, a set of Bitcoin-derived chains, Ethereum along with several EVM-compatible networks and their tokens, and a number of other major networks. Assets outside that list are often still usable with the same device through a third-party wallet, since the hardware can sign for far more chains than Trezor Suite displays.
Tokens behave slightly differently from coins. On EVM networks, a token balance appears inside the account for that network and spends the network's native asset as gas, so an account holding tokens but no ether cannot send anything. Trezor Suite surfaces known tokens automatically and lets you hide the noise, which is useful for wallets that have received unsolicited dust.
The Trezor Suite dashboard aggregates all of it into a portfolio view with a chart and a fiat total in your chosen currency. Prices come from market data, so the figure is an estimate rather than a quotation, and Trezor Suite will still show your holdings accurately even when it cannot reach a price feed.
Section 08 / Daily use
Sending and receiving with Trezor Suite
Receiving starts with a fresh address. Trezor Suite generates the next unused one in the account, but it deliberately hides the full address until you press a button to show it on the device. That step is not friction for its own sake: displaying the address on trusted hardware is what defends against malware that swaps clipboard contents.
Sending is the mirror image. You enter a recipient and amount, pick a fee, and review a summary; the device then repeats the same details on its own screen for confirmation. Trezor Suite offers preset fee levels based on current network conditions plus a custom option for people who want to set a rate by hand.
For Bitcoin, Trezor Suite exposes coin control, which lets you choose exactly which unspent outputs fund a payment. This is a privacy and cost tool as much as an accounting one: keeping unrelated coins from being merged in a single transaction prevents an observer from linking them, and picking fewer, larger inputs makes a transaction smaller and cheaper.
If a payment gets stuck in the mempool, Trezor Suite can bump its fee using replace-by-fee, or attempt to cancel it by replacing it with a transaction back to your own wallet. Both options appear on the pending transaction itself, which saves the usual scramble through third-party tools.
Every entry in the history view can be opened for detail, exported, or annotated with a label. Labels are one of the quiet strengths of Trezor Suite, since a list of transaction identifiers becomes far more useful once each one carries a note about what it actually was.
Section 09 / Privacy
Privacy controls in Trezor Suite
Hardware protects keys; it does nothing about the fact that querying a balance tells a server which addresses you care about. The desktop edition of Trezor Suite addresses that with a built-in switch that routes its traffic through the Tor network, so the backend sees a request without a home IP address attached to it. Connections get slower, which is the honest trade.
The stronger option is to stop using someone else's index entirely. In the account settings, Trezor Suite lets you supply your own backend, so a self-hosted node answers your queries and nobody outside your network learns your address set. This is the configuration serious Bitcoin users tend to end up with.
Discreet mode covers a different risk, the person standing behind you. Toggling it blurs every balance and amount until you hover over them, which makes it reasonable to open Trezor Suite in a cafe or on a shared screen without broadcasting your net worth.
Labels raise an obvious question about where the text goes. Trezor Suite encrypts metadata with a key derived from the connected device, then stores it either as a local file or in a cloud drive you connect, such as Dropbox or Google Drive. The provider therefore holds an encrypted blob rather than a readable ledger of your spending, and without the device the labels cannot be decrypted.
One feature no longer present is worth mentioning because older guides still reference it. Trezor Suite previously included a coinjoin function for Bitcoin, built on an outside coordinator; when that coordinator shut down in 2024 the feature was withdrawn, so it is no longer part of Trezor Suite and anyone following an old tutorial should not expect to find it.
Section 10 / Security
The Trezor Suite security model and its settings
The PIN is the first layer and applies to physical possession. The PIN prompt in Trezor Suite uses a scrambled layout so that a keylogger on the computer learns nothing useful, and repeated wrong guesses impose growing delays on the device. A PIN does not protect the recovery seed, which is why a written backup left next to the device defeats the whole arrangement.
Passphrases are the second layer and the one most misunderstood. A passphrase entered through Trezor Suite or on the device itself combines with the seed to produce an entirely separate wallet, sometimes called a hidden wallet. There is no wrong passphrase, only different wallets, so a typo silently opens an empty one rather than showing an error. Anyone using this feature needs to store the exact string as carefully as the seed.
Backups follow published standards. Most devices generate a word list under the BIP-39 scheme, and models that support it can instead create a Shamir backup, splitting the secret into shares where a chosen threshold is needed to restore. Trezor Suite guides both processes, and in each case the words appear on the device screen only.
Firmware is verified rather than trusted. When Trezor Suite offers an update, the device checks the manufacturer's signature before accepting it, and it displays a warning if unofficial firmware is installed. On Safe models, a secure element also lets Trezor Suite run an authenticity check during setup, which is a defense against a counterfeit or tampered unit bought through an unofficial reseller.
Some rules do not live in software at all. Trezor Suite will never ask for your recovery words during normal use, and neither will legitimate support staff. Every large theft in this product category has followed the same script: a convincing page, a fake support agent or a bogus update prompt asking a person to type twelve or twenty-four words into a computer. Typing them anywhere other than the device during a genuine recovery is the one unrecoverable mistake.
Finally, the device can be wiped and restored at will. Because the seed reconstructs every key, losing hardware is an inconvenience rather than a loss, and Trezor Suite will rediscover the same accounts once a replacement is set up from the backup. Testing that assumption before you need it is time well spent.
Rule of thumb
If a screen anywhere asks you to enter your recovery seed in order to fix a problem, sync a wallet, claim an airdrop or install an update, it is an attack. Trezor Suite has no such flow, and the device performs recovery on its own display.
Section 11 / Extras
Buying, selling, swapping and staking in Trezor Suite
Trezor Suite includes a trading section that compares offers from outside brokers and exchanges through Invity, a company in the same group. You can buy crypto that lands directly in a self-custodied account, sell to a bank account or card, or swap one asset for another without leaving the interface. The counterparty is always the third party, not the wallet maker, and their identity checks, rates and regional availability apply.
Staking is available for a small number of networks, handled through outside staking providers and presented inside the account view. Funds are delegated while your keys stay on the device, and the app shows the staked amount alongside the liquid balance. As with trading, the useful mental note is that Trezor Suite is arranging the interaction rather than operating the service, so provider terms, lock-up periods and unstaking delays are worth reading before committing.
None of this is compulsory, and some users prefer to keep exchange activity entirely separate from their storage wallet. That preference is easy to accommodate: ignore the trading tab, and Trezor Suite still works as a plain wallet with nothing enabled that you did not ask for.
Section 12 / Advanced
Advanced use of Trezor Suite and outside integrations
People who hold only Bitcoin can install Bitcoin-only firmware through Trezor Suite. It removes support for other coins, which shrinks the amount of code running on the device and therefore the surface an attacker could aim at. Switching between firmware types is possible in either direction, and since the seed is untouched, the accounts return afterwards.
Multiple devices are handled gracefully. Trezor Suite can remember several wallets, keep their labels and settings separate, and show a saved wallet in a read-only state after the device is unplugged, which is handy for checking a cold-storage balance without connecting it. Ejecting a remembered wallet clears that cached view from the machine.
For anything the first-party app does not cover, the same hardware plugs into third-party software through the manufacturer's integration library. That is how a Trezor device signs inside browser wallets for decentralized applications, or inside desktop wallets aimed at particular chains. Those tools use their own interface for the transaction while the device still performs the confirmation, so the security boundary holds even when Trezor Suite is closed.
Trezor Suite also exposes housekeeping tools that matter more than they sound. You can export account history for accounting, adjust the fiat currency and language, review connection logs when diagnosing a problem, and check which backend each account is talking to. None of these are glamorous, but they are the difference between a wallet you can audit and one you merely hope is correct.
Section 13 / Comparison
Trezor Suite compared with third-party wallets
A Trezor device is not locked to one interface, so the practical question is which software to point at it. Trezor Suite and an outside wallet are not really competitors; they solve different parts of the job, and many people run both.
The short version: use Trezor Suite for setup, firmware, backups, storage and everyday sending, and reach for a third-party wallet when you need a chain or an application the first-party app does not support. What follows compares the two approaches on the criteria that usually decide it.
| Criterion | Trezor Suite | Third-party wallet with the device |
|---|---|---|
| Device setup and firmware | Supported and expected | Not available |
| Chain and asset coverage | Curated list of major networks | Often wider, chain-specific |
| Decentralized apps | Not the focus | Primary use case |
| Encrypted labels and coin control | Built in | Varies by wallet |
| Where keys live | On the device | On the device |
| Who answers support questions | The hardware maker | The wallet's own team |
Section 14 / Diagnostics
Common Trezor Suite problems and what they usually mean
Most complaints fall into a handful of categories, and almost all of them are connection or expectation issues rather than anything wrong with the funds. The list below covers what tends to be going on.
- The device is not detected. Nine times out of ten it is the cable, a hub, or a browser that has not been granted USB access. Try a data-capable cable plugged directly into the machine, and if the browser version is stubborn, switch to the desktop build of Trezor Suite, which does not depend on browser permissions.
- A balance is missing after restoring a seed. Usually the coins sit in a different address type or a later account index than the one shown by default. Adding the other account types, or checking whether the original wallet used a passphrase, resolves most cases.
- A hidden wallet looks empty. A passphrase differing by one character opens a completely valid but different wallet. Re-enter it exactly, including case and spaces, rather than assuming the funds are gone.
- A transaction has been pending for hours. The fee was likely too low for current conditions. Open the transaction in Trezor Suite and use the fee bump option instead of sending a second payment.
- A firmware update was interrupted. The device will normally start in bootloader mode and allow the installation to be repeated. As long as the recovery backup exists, this situation is recoverable even in the worst case.
When something genuinely looks wrong, the safe response is to slow down. Check the device screen rather than the computer, confirm you are running an up-to-date copy of Trezor Suite obtained from the manufacturer, and go to official documentation rather than a search result or a social media reply offering help.
It is also worth remembering that the coins are on the blockchain, not inside Trezor Suite or the hardware. A broken device, a wiped laptop or an app that will not launch does not touch them, and any wallet built on the same standards can reach them again with the recovery backup.
Section 15 / Questions
Frequently asked questions about Trezor Suite
Does it cost anything?
No. Trezor Suite is free to download and use, with no subscription or account. Costs appear only when you pay network fees or when you use the optional trading and staking services, where the outside provider sets the price.
Can I use it without a hardware wallet?
The application will open, but there is little to do. Accounts are derived from keys held on a device, so without one connected Trezor Suite cannot create a wallet, display balances or sign anything. The mobile companion is the exception, and it only shows information you have already added.
Does it work with other brands of hardware wallet?
No. Trezor Suite speaks the protocol used by its own manufacturer's devices and is not designed as a universal interface. Other vendors supply their own applications, and multi-vendor wallets exist as a separate category of software.
Is the desktop version safer than the browser version?
Generally yes, for two reasons. A downloaded build can be checked against a published signature before you run it, and it does not depend on a page being served correctly to your browser each time. The desktop edition of Trezor Suite also carries the built-in privacy routing that the browser version lacks.
Where are my coins actually stored?
On their respective blockchains. The device holds the keys that authorize spending, and Trezor Suite holds nothing but a read-only view plus your settings and encrypted labels. Deleting the app does not affect a single satoshi.
What happens if the software stops being maintained?
Wallets built on open standards are portable. Because seeds and derivation follow published specifications, a backup created through Trezor Suite can be restored into other compatible wallets, and the source code being public means the app itself could be built and run independently.
Are tokens supported?
Trezor Suite shows balances for many tokens on the EVM networks it supports, and you need some of the network's native coin in the same account to pay gas when moving them. Assets or features outside its coverage are usually reachable with the same device through a third-party wallet.
Does turning on Tor make me anonymous?
It hides your network address from the servers Trezor Suite queries, which is meaningful but partial. It does not change what is written on a public blockchain, and it does not undo identity checks you completed at an exchange. Combining it with a personal backend and careful coin control gets you considerably further than the toggle alone.