---
title: "tb in bytes · RUAL Documentation"
description: "Converts an amount of terabytes (TB) to bytes. Binary/1024-based: 1 TB = 1,099,511,627,776 bytes."
canonical: https://docs.rual.nl/block-types/number/number_tb_to_bytes
language: en
---

# tb in bytes

This block is part of the [`number`](https://docs.rual.nl/block-types/number) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

Converts an amount of terabytes (TB) to bytes. Binary/1024-based: 1 TB = 1,099,511,627,776 bytes.

- TB required `number` amount of terabytes

- bytes `number`

| `terabytes` |
| --- |
| `bytes` |
| `size` |
| `filesize` |

A typical wiring for [TB in bytes](https://docs.rual.nl/block-types/number/number_tb_to_bytes): the `number` out pin feeds [cast to value](https://docs.rual.nl/block-types/type%20casting/number_convert_to_value).

![Studio canvas example for the TB in bytes block: typical wiring for TB in bytes.](https://docs.rual.nl/canvas-examples/number_tb_to_bytes.png)

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).
