b2KIT

Instagram Grid Splitter

Split one image into 3, 6, or 9 tiles for a seamless Instagram grid layout.

Tested tool guide Tested browser tools Checked August 16, 2026

What Instagram Grid Splitter does, with a checked example

An Instagram profile grid is three columns of thumbnails, and this tool treats that grid as one picture cut into equal pieces. You supply a single image; the tool divides it into 3, 6, or 9 equal tiles and exports each tile as its own image file, ready to be uploaded as a separate post. What surprises most people is assembly, not splitting: the profile places the newest post first, so the mosaic only appears if you post the tiles in reverse order - bottom-right tile first, top-left tile last - and post nothing else in between.

Worked example

A concrete input and expected output from the current implementation.

Input

A 1080x1080 px square image, split into 9 tiles

Expected output

Nine image files, each 360x360 px, named tile_1_1 (top-left) through tile_3_3 (bottom-right)

The tool divides both the width and the height by 3: 1080 / 3 = 360. Re-uploaded in reverse order (tile_3_3 first, tile_1_1 last), the nine tiles reassemble the original image across the 3-column profile grid.

How the result is produced

1

Equal thirds across three columns

The split always follows the 3-column layout of the profile grid: 3 tiles is one row, 6 tiles is two rows, 9 tiles is three rows. Every tile is an exact slice of the source, so a square source yields square tiles - a 1080 px image split three ways gives 360 px tiles. A non-square source yields non-square tiles, and the profile grid crops those, breaking the seams.

2

You upload the tiles, in reverse order

The tool only creates files; every tile is uploaded by hand as a normal post. Instagram orders the profile grid newest-first, so the correct sequence is bottom-right tile first, then fill each row, ending with the top-left tile as the final upload. Posting anything else afterward, or pinning one of the tiles, shifts the grid and splits the picture.

Good uses

  • Turn one square artwork or poster into a full-profile 3x3 mosaic (9 tiles).
  • Spread a countdown or announcement graphic across a 3-tile row at the top of the profile.
  • Build a two-row, 6-tile reveal for a product launch or campaign takeover.

Limits and checks

  • The grid crops: Instagram has changed its profile thumbnail ratio over time (a 3:4 portrait crop since a 2024-2025 change), so square-tile mosaics can be trimmed at top and bottom. Check how your own profile renders before committing a design to tiles.
  • Seams are never guaranteed: each tile is a separate upload that Instagram compresses independently, so hairline borders and slight tone shifts can appear at tile boundaries even from a clean source file.
  • Order and exclusivity: the mosaic only holds while the tiles are the newest posts in the right sequence. Deleting, reordering, pinning, or interleaving other posts breaks it, and the tool cannot post or schedule anything for you.

Common questions

Why do thin lines or color differences appear between my tiles after posting?

Each tile is uploaded and compressed as an independent post, so small seams and tone shifts are normal even from a clean file. Exporting at full resolution, keeping tiles exactly square, and adding no borders reduces the effect but does not remove it: the app re-encodes every upload and the profile view downsamples it.

What image size should I start with?

Use a square source so every tile is square; 1080x1080 px is the long-standing common choice and produces 360x360 px tiles for a 3x3 split. Recommended upload sizes change, so check current guidance before exporting. Starting with a larger image does not remove compression seams, because Instagram re-encodes every post regardless of source resolution.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools