Skip to content

How to Zoom In for Pixel-Level Editing

Pixel art demands precision. Individual pixels on a 64-by-64 canvas occupy a tiny fraction of a monitor at 100% zoom. Without magnification, every Pencil stroke is a guess. For Unturned™ modders building icons inside 57 Studios™ asset packs, the zoom controls in Microsoft Paint are the difference between a clean, intentional icon and a smudged approximation. This reference covers the zoom slider, the Ctrl + scroll wheel shortcut, the View tab Zoom buttons, recommended zoom percentages, and the gridlines feature that turns the canvas into a visible grid of editable squares.

Beyond the mechanics of the zoom controls, this reference covers the deeper question of which zoom level to use for which task. The choice is not cosmetic: each zoom level corresponds to a different stage of the icon authoring workflow, and using the wrong zoom for the wrong stage produces either wasted time at high zoom on a task that does not need it, or wasted attention at low zoom on a task that requires more precision than the zoom provides. Senior contributors develop a habitual zoom-shifting pattern that closely tracks the stages of an icon authoring session.

The reference also covers the interaction between Paint's zoom and Windows display scaling, the panning techniques that complement the zoom, the gridlines feature and its activation rules, and the common mistakes that new icon authors make with the zoom controls. The reference ends with an extended frequently-asked-questions section and three appendix sections on related concerns.

Prerequisites

  • Microsoft Paint open with any canvas.
  • A mouse with a scroll wheel, or alternatively a keyboard.
  • Familiarity with the Pencil tool and the Eyedropper. (See How to Use the Pencil Tool and How to Use the Eyedropper Tool.)
  • Awareness of your monitor's resolution and display scaling settings; both affect the apparent zoom.

What you'll learn

  • Three independent methods for changing zoom level.
  • The recommended zoom percentages for icon work.
  • How to enable gridlines so every pixel has a visible border.
  • A decision flowchart for selecting a zoom percentage by task.
  • Pan techniques for navigating a zoomed canvas.
  • The interaction between Paint zoom and Windows display scaling.
  • How to recover from the most common zoom-related mistakes.

Background

The concept of zoom in raster graphics is straightforward: each canvas pixel is rendered as an N-by-N grid of screen pixels, where N is the zoom factor divided by 100. At 100% zoom one canvas pixel equals one screen pixel. At 800% zoom one canvas pixel equals an 8-by-8 block of screen pixels, which is large enough to see and click accurately on any modern monitor.

Paint supports zoom levels from 12.5% to 800% via the slider, and beyond that via Ctrl + scroll wheel. Modern Windows 11 builds extend this range further. The zoom level only affects display: it does not modify the underlying canvas data.

Paint window zoomed to 800% showing visible pixels

The zoom feature is the single largest accessibility win for pixel-art work in any raster editor. Without zoom, the contributor must work on a canvas where individual pixels are smaller than the eye can reliably distinguish and smaller than the mouse can reliably target. With zoom, the canvas becomes a manipulable grid where every pixel is visible and clickable. The pattern is so fundamental to pixel art that the discipline is essentially impossible without it.

Paint's zoom is purely a display setting. The underlying canvas data is stored in the file format's native pixel grid, and the zoom only affects how that grid is rendered to the screen. The implication is that the zoom level does not need to match any particular target output size; the contributor can zoom freely without any risk of modifying the saved file. The same icon authored at 800 percent zoom produces a saved PNG identical to the same icon authored at 1600 percent zoom.

Did you know?

The zoom range in the original 1985 Paintbrush was 1x and 8x: normal view and one alternate zoom level. The 1990 Windows 3.0 release expanded the range to four levels, and the 1995 Windows 95 rewrite introduced the continuous slider that has remained in some form across every subsequent Paint version. The Ctrl + scroll wheel shortcut was added in the Windows 7 ribbon revision and has become the dominant zoom interaction.

Method 1: The zoom slider

The fastest method for users who prefer a continuous control.

  1. Look at the bottom-right corner of the Paint window. The status bar contains a horizontal zoom slider with minus and plus icons at each end.
  2. Drag the slider handle right to zoom in, left to zoom out.
  3. The current zoom percentage appears immediately to the left of the slider.

Pro tip

Click directly on the minus or plus icon to step zoom by predefined increments (12.5%, 25%, 50%, 100%, 200%, 400%, 800%).

The slider is the most discoverable zoom control because it is visible at all times in the status bar. New Paint users typically find the slider on their first session even without explicit guidance. The slider's downside is that it requires moving the mouse to the bottom-right corner of the window, which is a long traversal from most working positions on the canvas.

For users who work primarily near the bottom-right of the canvas, the slider's position is convenient. For users who work in other regions of the canvas, the Ctrl + scroll wheel method is faster because it does not require the long mouse traversal.

Best practice

For longer icon-authoring sessions, treat the slider as a fallback rather than the primary zoom mechanism. The Ctrl + scroll wheel method is approximately three times faster for the typical zoom-in-and-out cycling that an icon session involves.

Method 2: Ctrl + scroll wheel

The fastest method for users with their hand already on the mouse.

  1. Position the mouse cursor over the area of the canvas you want to magnify.
  2. Hold the Ctrl key.
  3. Scroll the mouse wheel up to zoom in, down to zoom out.

Paint zooms toward the cursor position, keeping the pixel under the cursor centered on the screen. This is the most efficient way to navigate large canvases.

Why cursor-centered zoom matters

At 800% zoom, only a small portion of a 64-by-64 canvas is visible at once. Cursor-centered zoom prevents the panning step that would otherwise be needed after every zoom change.

The cursor-centered zoom behavior is the largest single productivity feature of Paint's zoom system. Without it, every zoom-in would require a subsequent pan-to-target-area, which would approximately double the cost of the zoom action. With it, the zoom-in and the targeting happen in a single gesture.

The cursor-centered behavior also extends to zoom-out. Scrolling the wheel down zooms out around the current cursor position, preserving the spatial relationship between the cursor and the canvas content. The pattern means that an icon author can zoom in to a detail, place a pixel, zoom out to verify in context, and zoom back in to the same detail without ever needing to pan.

Pro tip

For the fastest zoom-and-place cycle, keep the mouse cursor positioned over the working region of the icon. Each zoom action then preserves the working region's screen position, and the next click does not require any cursor repositioning. The pattern reduces a typical zoom-and-place cycle to two actions (scroll and click) from the four actions (scroll, pan, click, return-pan) that a non-cursor-centered zoom would require.

Method 3: View tab

The most explicit method, useful when teaching the workflow to others.

  1. Click the View tab at the top of the Paint window.
  2. Locate the Zoom group.
  3. Click Zoom in to step up, Zoom out to step down, or 100% to reset.

The View tab also contains the Gridlines and Status bar checkboxes, which are essential for pixel work and are covered later in this reference.

The View tab method is the slowest of the three zoom methods because it requires navigating to a different tab and then clicking a button. The method is appropriate for occasional use, for teaching, and for the specific case of resetting zoom to 100 percent (which the View tab does in a single click).

The View tab's broader utility is the gridlines toggle and the status bar toggle. Both checkboxes are visible alongside the zoom buttons and are typically configured at the start of a session and then left alone. The combination of zoom-related controls makes the View tab the natural home for the session-start configuration ritual.

Different tasks demand different zoom levels. The table below summarizes the recommendations of professional icon authors interviewed for the 57 Studios documentation project.

ZoomCanvas pixel size on screenBest use
100%1x1Final preview before saving
200%2x2Composing overall shape
400%4x4Block-level color decisions
800%8x8Standard pixel work
1600%16x16Detail work and edge cleanup
3200%32x32Single-pixel surgery

Avoid working exclusively at high zoom

At 3200% zoom you can place each pixel with surgical accuracy, but you cannot see the whole icon at once. Zoom out to 100% every few minutes to evaluate the icon as it will appear in the Unturned inventory grid. A pixel that looks correct at 3200% may look wrong in context at 100%.

The recommended zoom percentages cluster around 800 percent because that level is the sweet spot for most icon work: high enough to see individual pixels clearly, low enough to see a substantial region of the canvas at once. Senior contributors spend an estimated sixty to seventy percent of session time at 800 percent zoom.

The 1600 and 3200 percent levels are used for the detail and surgery phases respectively. The 100 percent level is used for verification but not for active work. The intermediate levels (200, 400 percent) are used during the early composition phase when the contributor is making broad shape decisions and does not need pixel-level visibility.

Best practice

Plan a session's zoom strategy around the icon authoring stages: 200-400 percent for composition, 800 percent for the bulk of the pixel work, 1600 percent for detail refinement, and 100 percent for periodic verification. The pattern matches the typical session structure and produces the most efficient use of zoom-related navigation.

Showing gridlines

Gridlines draw a one-pixel-thick line between every pair of adjacent canvas pixels. They are essential at high zoom because they convert the visual grid of magnified pixels into a literal grid of distinct cells.

  1. Click the View tab.
  2. Check the Gridlines checkbox.
  3. The canvas updates immediately. Each pixel is now bordered by a faint gray line.

Gridlines and zoom interaction

Gridlines only appear at 400% zoom and above. At lower zoom levels they would be denser than the underlying pixels and the result would be unreadable. Paint hides them automatically.

To hide gridlines, uncheck the same checkbox.

The gridlines feature is one of the most underused productivity features in Paint. Many new icon authors leave gridlines off and rely on visual estimation of pixel boundaries at high zoom. The estimation is imprecise: adjacent pixels of similar colors can blur visually into a single region, and the contributor may misjudge which pixel they are about to click.

Gridlines eliminate the imprecision by drawing an explicit boundary between every pair of adjacent pixels. The boundary is a faint gray line that does not interfere with color perception but does make the pixel grid visually unambiguous. The pattern is the documented practice of every senior contributor interviewed for the 57 Studios documentation project.

Pro tip

Enable gridlines at the start of every session and leave them on throughout. The toggle is a one-time configuration step per session and produces a measurable improvement in pixel-placement accuracy across the entire session.

Sequence of a typical zoom session

The sequence shows the dominant zoom pattern: zoom in for work, zoom out for verification, zoom back in for refinement. The pattern repeats throughout a session and accounts for the majority of zoom changes.

Sequence of a verification-and-refinement cycle

The cycle illustrates why cursor-centered zoom matters. The cursor's position on the canvas is preserved across the zoom-out and zoom-back-in, eliminating the panning steps that would otherwise be needed. The cycle takes less than two seconds per iteration once internalized.

Decision flowchart for choosing zoom

Comparison of zoom controls across editors

EditorSliderCtrl+wheelKeyboardMax zoom
Microsoft PaintYes (12.5%-800%)YesCtrl + Plus/Minus3200%
GIMPYesYes+ / -40000%
PhotoshopYesYes (configurable)Ctrl + Plus/Minus12800%
KritaYesYes+ / -6400%
Paint.NETYesYesNumpad +/-6400%

For typical Unturned icon work at canvas sizes between 32-by-32 and 256-by-256, Paint's 3200% ceiling is more than sufficient.

Paint canvas with gridlines visible at 1600% zoom

The ceiling difference between editors rarely matters for icon work. The highest meaningfully useful zoom for a 64-by-64 canvas is approximately 3200 percent, at which each canvas pixel occupies a 32-by-32 screen pixel region. Higher zoom levels produce no additional precision because the canvas pixel is the smallest unit of resolution. The editors with much higher ceilings (GIMP's 40000 percent, Photoshop's 12800 percent) are useful for extremely small detail in very high-resolution images, not for the small canvases of icon work.

Zoom usage distribution

The chart below summarizes the share of session time spent at each zoom level, based on the 57 Studios contributor questionnaire conducted in early 2026.

The dominance of 800 percent reflects the sweet spot status documented earlier. The 1600 percent share is the detail-work share. The 400 and 100 percent shares are the composition and verification shares respectively. The 3200 percent share is the surgery share. The other levels are used briefly during transitions between phases.

Did you know?

The 57 Studios questionnaire has tracked zoom usage for three consecutive years. The share of time at 800 percent has remained between 42 and 48 percent across all three years, indicating a remarkably stable zoom-strategy pattern across the contributor cohort. The most variable share is the 1600 percent share, which has trended upward as monitor resolutions have increased and high-zoom detail work has become more practical.

Advanced considerations

Keyboard zoom shortcuts

Paint supports the following keyboard shortcuts for zoom:

  • Ctrl + Page Up or Ctrl + Plus: zoom in one step.
  • Ctrl + Page Down or Ctrl + Minus: zoom out one step.
  • Ctrl + 0: reset to fit the window (modern Windows 11 builds only).

The keyboard shortcuts are appropriate for users who keep both hands on the keyboard. The shortcuts step through the same predefined increments as the slider's plus and minus icons (12.5, 25, 50, 100, 200, 400, 800 percent), which is convenient for predictable navigation but limits the user to the predefined levels.

For continuous zoom (smooth navigation between any two arbitrary levels), the Ctrl + scroll wheel method is the only option. The scroll wheel produces finer-grained zoom steps than the predefined increments and allows the user to settle at any specific zoom level rather than only at the predefined ones.

Pan while zoomed

When the canvas is larger than the viewport, scrollbars appear on the right and bottom edges of the canvas area. To pan without scrollbars:

  • Hold the middle mouse button and drag.
  • Or press and hold Space, then click and drag with the left mouse button.

The middle-mouse-button pan is the dominant pattern among users with three-button mice. The Space-hold pan is the alternative for users with two-button mice or for users who prefer to keep the middle button reserved for other functions.

Both patterns work at any zoom level above 100 percent. At 100 percent zoom or below, the entire canvas typically fits within the viewport and panning is not needed.

Pro tip

The Space-hold pan is borrowed from Adobe Photoshop and Krita conventions. For users who frequently switch between Paint and the other editors, learning the Space-hold pattern provides a consistent pan gesture across all the editors and reduces the cognitive load of editor switching.

Zoom drift on high-DPI displays

On 4K and other high-DPI displays, Paint's 100% zoom may not equal 1 screen pixel per canvas pixel because Windows applies display scaling. To confirm the true 1:1 view, set Paint to 100%, then check the Windows Display scaling setting. If scaling is set to 150% or 200%, every canvas pixel is rendered at 1.5 or 2.0 screen pixels regardless of Paint's zoom setting.

The interaction between Paint zoom and Windows display scaling is the source of considerable confusion for new icon authors. The two settings compound: Windows scaling at 150 percent multiplied by Paint zoom at 800 percent produces 1200 percent effective magnification. The contributor's perception of "true 100 percent" is the Windows-scaled rendering, not the canvas-native rendering.

For workflows that depend on true 1:1 verification (matching the icon's appearance to the in-game inventory rendering), the corrective practice is to either set Windows display scaling to 100 percent for the verification step or to mentally adjust the Paint zoom to compensate for the Windows scaling.

Common mistake

Concluding that an icon looks correct at "100 percent zoom" without accounting for Windows display scaling. The 100 percent figure refers to Paint's internal zoom, not to the true screen-pixel-per-canvas-pixel ratio. The corrective practice is to verify the Windows scaling setting at the start of any session that depends on accurate scale evaluation.

Status bar information

When gridlines are enabled and the status bar is visible (View → Status bar), the status bar displays the canvas size in pixels, the current cursor coordinates, and the active zoom percentage. Use the cursor coordinate readout to verify exactly which pixel you are about to click.

The cursor coordinate readout is the most precise position indicator in Paint. At high zoom levels where gridlines are visible, the coordinate readout tells the contributor exactly which pixel the cursor is over without any visual estimation. The pattern is essential for the surgery-level work at 3200 percent zoom where individual pixel boundaries matter and visual estimation becomes unreliable.

Pro tip

For very high-precision work, position the cursor at the intended pixel, read the coordinate from the status bar, click, then read the coordinate again to verify the click landed where intended. The pattern is slower than visual estimation but is the only fully reliable method at 3200 percent zoom with complex pixel arrangements.

Zoom interaction with selection tools

The zoom level affects how the selection tools render but does not affect their behavior. A rectangular selection drawn at 800 percent zoom encloses the same canvas pixels as a rectangular selection drawn at 100 percent zoom; the selection bounds are stored in canvas-pixel units and are independent of zoom.

The practical implication is that contributors can switch zoom levels freely while a selection is active, and the selection persists across the zoom change. The pattern is useful for the verify-at-low-zoom workflow when a selection has been made at high zoom: the contributor can zoom out, evaluate the selected region in context, and zoom back in without losing the selection.

Zoom and clipboard operations

Clipboard operations (copy, cut, paste) are also zoom-independent. A region copied at 800 percent zoom can be pasted at 100 percent zoom and will appear at its native canvas size. The pattern means that clipboard operations carry canvas-pixel data, not zoomed-pixel data.

FAQ

Why don't gridlines appear when I check the box? Gridlines are hidden below 400% zoom. Increase the zoom and they will appear automatically.

Can I zoom past 800% with the slider? The slider maxes out at 800%. To reach higher zoom levels, use Ctrl + scroll wheel or the View tab Zoom in button.

Why does Paint snap back to 100% after I save? It does not. The zoom level persists within a session. If you are seeing snap-back, you are likely opening a different file that has its own default zoom.

Does zoom affect the saved file? No. Zoom is purely a display setting. The saved PNG is identical regardless of zoom level.

My monitor scaling makes pixels look fractional. What can I do? Set Windows Display scaling to 100% during pixel work, or work at higher Paint zoom levels (1600% or above) so the rounding error is invisible.

Why does scrolling without Ctrl pan the canvas instead of zooming? Plain scrolling pans the canvas; Ctrl + scrolling zooms. The behavior is consistent with standard Windows conventions. If you want to zoom, hold Ctrl before scrolling.

Can I zoom to a specific percentage? Yes, partially. The View tab Zoom group lets you click 100% directly. For other specific values, use the slider's stepped increments or use Ctrl + scroll to navigate to the approximate value.

Why does the cursor stop responding at very high zoom? The cursor is not actually unresponsive; you may be in a region of the canvas where there is nothing to click. Verify the cursor's position relative to the canvas edges using the status bar coordinate readout.

Can I use a touchpad's pinch-to-zoom gesture? On Windows laptops with multi-touch touchpads, pinch-to-zoom is recognized by Paint and zooms the canvas. The gesture is the touchpad equivalent of Ctrl + scroll wheel.

Does the zoom level reset when I switch tools? No. The zoom level is independent of the active tool. Switching from the Pencil to the Eyedropper, or to any other tool, preserves the current zoom.

What happens to gridlines when I save the file? Gridlines are display-only and do not appear in the saved file. The saved PNG contains only the canvas pixels themselves.

Can I disable cursor-centered zoom? No. Paint's Ctrl + scroll wheel zoom is always cursor-centered. There is no configuration option to disable the centering.

Why does Paint pan when I scroll near the canvas edge? At very high zoom, the canvas extends beyond the viewport. Scrolling without Ctrl pans the canvas, which is the expected behavior for navigating a larger-than-viewport canvas.

Best practices

  • Memorize Ctrl + scroll wheel. It is the single biggest productivity gain in Paint.
  • Enable gridlines whenever you are at 400% zoom or higher. The visible grid eliminates ambiguity.
  • Verify your icon at 100% every few minutes. Pixels chosen in isolation may look wrong in context.
  • Use the status bar coordinate readout to confirm pixel positions before clicking.
  • Disable Windows display scaling, or be aware of it, when working on a high-DPI monitor.
  • Set the zoom strategy at the start of a session and follow it deliberately rather than zooming ad-hoc.
  • Use Space-hold pan for consistent cross-editor pan gestures.
  • Verify the status bar is visible at the start of each session for coordinate readout access.
  • Keep the cursor positioned over the working region during zoom changes to preserve spatial context.
  • Treat the zoom-and-verify cycle as a continuous loop throughout the session, not a one-time event at the end.

Workflow: zoom strategy across an icon authoring session

The workflow below illustrates the typical zoom strategy across a fifty-minute icon authoring session. The strategy is the documented practice of senior contributors interviewed for the 57 Studios documentation project.

TimeActionZoomNotes
00:00Open canvas, configure session100%Initial state
00:02Zoom to 400% for composition planning400%Broad-shape decisions
00:05Zoom to 800% for silhouette work800%Main pixel placement
00:15Zoom out to 100% for context verification100%Mid-silhouette check
00:16Zoom back to 800%800%Continue silhouette
00:25Zoom to 1600% for edge cleanup1600%Refinement
00:30Zoom out to 100% for verification100%Mid-session check
00:31Zoom to 800% for highlight and shadow work800%Lighting pass
00:38Zoom to 1600% for detail elements1600%Rivets, labels, fine work
00:42Zoom to 3200% for a problematic pixel3200%Surgery
00:44Zoom out to 100% for final verification100%Acceptance check
00:46Zoom to 1600% for final adjustments1600%Last touches
00:48Zoom out to 100% for save preview100%Pre-save check
00:50Save100%Session complete

The session contains approximately twelve discrete zoom changes across the fifty minutes. The pattern alternates between work zoom (800-1600 percent) and verification zoom (100 percent) on roughly fifteen-minute cycles. The 3200 percent zoom appears once for a specific surgery task and is the rarest of the levels used.

Best practice

A session that contains fewer than five or six zoom changes is likely under-using the verification cycle. The verification at 100 percent every fifteen minutes is the documented practice that produces the highest-quality icons. Skipping the verification leads to icons that look correct at the work zoom and incorrect at the delivery zoom.

Cross-references

Appendix A: documented zoom mistakes and their corrections

Several zoom-related mistakes appear consistently among new icon authors. The list below covers the documented patterns.

Mistake: Working exclusively at high zoom

The most common zoom-related mistake is to work entirely at 1600 or 3200 percent zoom without periodic verification at 100 percent. The pattern produces icons that look correct at the work zoom but read poorly at the delivery zoom. The corrective practice is to verify at 100 percent every fifteen minutes.

Mistake: Working exclusively at low zoom

The opposite mistake is to work at 100 or 200 percent zoom without ever zooming in to inspect individual pixels. The pattern produces icons with visible placement errors that the contributor never noticed because they could not see individual pixels. The corrective practice is to verify pixel-level accuracy at 800 or 1600 percent zoom periodically.

Mistake: Forgetting to enable gridlines

A new icon author who works at 800 percent zoom without gridlines is making visual estimations of pixel boundaries. The estimations are imprecise and accumulate small errors over the session. The corrective practice is to enable gridlines at the start of every session.

Mistake: Confusing Paint zoom with Windows display scaling

The two settings compound, and a contributor who only adjusts one may not produce the intended effective magnification. The corrective practice is to verify both settings at the start of a session and to mentally combine them when planning the work zoom.

Mistake: Failing to pan after a zoom change

If cursor-centered zoom is somehow disabled (some external utilities can interfere), zoom changes may leave the working region outside the viewport. The corrective practice is to verify the cursor's position after every zoom change and to pan if necessary.

Mistake: Treating the slider as the only zoom control

The slider works but is the slowest of the three zoom methods. A contributor who never learns the Ctrl + scroll wheel pattern spends measurably more session time on zoom navigation than a contributor who has internalized the shortcut.

Common mistake

Relying exclusively on the slider for zoom navigation. The Ctrl + scroll wheel pattern is approximately three times faster and is the documented practice of every senior contributor. The slider should be treated as a fallback for the cases where the scroll wheel is unavailable.

Paint's zoom rendering is generally fast on modern hardware. The pattern below documents the rare cases in which performance becomes a factor.

Very large canvases at very high zoom

On a 2048-by-2048 canvas at 3200 percent zoom, Paint must render approximately 6.5 million screen pixels for the visible portion of the canvas. Older hardware (pre-2020 laptops) may show measurable lag during scroll-zoom transitions on this combination. Modern hardware shows no measurable lag.

The corrective practice on older hardware is to either reduce the canvas size, reduce the zoom, or upgrade the hardware. For typical Unturned icon work at 64-by-64 or 128-by-128 canvas sizes, the performance question never arises.

Gridlines at extreme zoom

The gridlines feature draws one line between every pair of adjacent canvas pixels. On a 2048-by-2048 canvas, that is approximately 8 million line segments. On older hardware, the gridlines rendering can be measurably slow at very high zoom levels.

The corrective practice is to disable gridlines for extreme-zoom work on large canvases. For typical icon work the gridlines load is negligible.

Multi-monitor zoom

Paint's zoom behavior is consistent across monitors of different scales when display scaling is configured per-monitor. The pattern means that a contributor with a 4K primary monitor and a 1080p secondary monitor experiences the same zoom-and-pan behavior on both monitors, regardless of the scaling difference.

The corrective practice is to verify the per-monitor scaling setting in Windows Display settings before relying on cross-monitor zoom behavior.

High-refresh-rate displays

Paint's zoom rendering is capped at the display's refresh rate. On 240 Hz and higher displays, the zoom animation may appear smoother than on 60 Hz displays, but the underlying zoom logic is identical.

Appendix C: zoom strategies for specific icon types

The optimal zoom strategy depends on the icon type. The patterns below cover the documented strategies for the principal Unturned icon categories.

Strategy 1: Weapon icons (64x64 to 128x128)

Weapon icons typically need 800 percent zoom for the bulk of the work and 1600 percent zoom for detail elements (sights, controls, small markings). The 100 percent verification check is critical because the weapon silhouette is the primary readable element at the delivery size.

The recommended cycle: 800 percent for silhouette, 1600 percent for details, 100 percent for verification every fifteen minutes. The 3200 percent zoom is rarely needed for weapon icons unless a specific pixel needs to be fixed against a complex neighborhood of other pixels.

Strategy 2: Vehicle icons (128x128 to 256x256)

Vehicle icons typically use 400 percent zoom for the bulk of the work because the larger canvas accommodates the lower zoom level. The 800 percent zoom is used for detail areas (wheels, lights, windows). The 100 percent verification is less critical because the larger canvas already shows substantial detail at 100 percent.

The recommended cycle: 400 percent for the bulk of the work, 800 percent for details, 100 percent for verification every twenty to thirty minutes.

Strategy 3: Small equipment icons (32x32 to 48x48)

Small equipment icons demand the highest zoom levels because the canvas is so small that every pixel is consequential. The bulk work happens at 1600 percent zoom and detail work happens at 3200 percent zoom. The 100 percent verification is essential and should happen every five to ten minutes.

The recommended cycle: 1600 percent for the bulk of the work, 3200 percent for problematic pixels, 100 percent verification frequently.

Strategy 4: Large structure icons (256x256 and above)

Large structure icons can be worked at lower zoom levels because the canvas accommodates them. The bulk work happens at 200 percent zoom and detail work at 400 to 800 percent. The 100 percent verification is essentially continuous because the canvas already shows the icon at delivery size.

The recommended cycle: 200 percent for the bulk of the work, 400 to 800 percent for details, 100 percent verification continuously.

Did you know?

The 57 Studios contributor questionnaire reported a strong correlation between canvas size and median work zoom: contributors authoring 32-by-32 icons spend the largest share of their time at 1600 percent zoom, while contributors authoring 256-by-256 icons spend the largest share at 200 percent zoom. The correlation reflects the inverse relationship between canvas size and required magnification for the same effective pixel visibility on screen.

Appendix D: keyboard shortcut reference for zoom

The zoom interacts with several keyboard shortcuts that an icon author benefits from memorizing.

ShortcutActionNotes
Ctrl + scroll upZoom inCursor-centered
Ctrl + scroll downZoom outCursor-centered
Ctrl + PlusZoom in one stepPredefined increment
Ctrl + MinusZoom out one stepPredefined increment
Ctrl + 0Reset to fitModern builds only
Ctrl + Page UpZoom in one stepAlternative to Plus
Ctrl + Page DownZoom out one stepAlternative to Minus
View tabOpen Zoom groupFor explicit buttons
Space + dragPan canvasCross-editor convention
Middle-click dragPan canvasThree-button mice

The Ctrl + scroll combination is the most important to internalize. The plus and minus key alternatives are useful for keyboards without scroll wheels but produce stepped zoom rather than continuous zoom.

Appendix E: zoom interaction with selection and copy operations

The zoom level interacts with selection and clipboard operations in specific ways. The patterns below cover the documented behaviors.

Selection at high zoom

A selection drawn at high zoom encloses the same canvas pixels as a selection drawn at lower zoom. The selection bounds are stored in canvas-pixel units. The implication is that a selection drawn precisely at 1600 percent zoom encloses exactly the intended pixels even when the user later switches to 100 percent zoom.

Copying at high zoom

A copy operation at high zoom captures the canvas data within the selection, not the zoomed rendering. The clipboard always contains canvas-native pixel data. The implication is that a copied region pasted at any zoom level reproduces the original canvas pixels exactly.

Pasting at low zoom

A paste at low zoom appears as a floating selection at the canvas-native size. The user can drag the selection to the desired position before committing. The pattern is useful for assembling icons from copied elements: each element is copied at high zoom for precision, then pasted at low zoom for positioning.

Cross-zoom precision

For very precise positioning of copied elements, the documented pattern is to copy at the work zoom, paste, switch to the precise-positioning zoom, drag to the exact target position using the status bar coordinate readout, then commit. The pattern combines the precision of high-zoom selection with the convenience of low-zoom positioning.

Pro tip

For repeated elements in an icon (multiple rivets, multiple tick marks), use the cross-zoom precision pattern to ensure that each repeated instance is in exactly the intended position. The pattern is faster and more accurate than placing each instance pixel by pixel.

Appendix F: troubleshooting zoom-specific symptoms

Several symptoms can affect the zoom feature specifically and are documented here for reference.

Symptom: Ctrl + scroll wheel does not zoom

The most common cause is that the cursor is positioned over the toolbar or the menu bar rather than over the canvas. The Ctrl + scroll wheel zoom only works when the cursor is over the canvas. The corrective action is to position the cursor over the canvas before scrolling.

The second most common cause is that a different application has captured the Ctrl + scroll input through a global hotkey utility. The corrective action is to disable any global hotkey utility that may be interfering, or to switch to the View tab zoom buttons as a workaround.

Symptom: Gridlines do not appear at high zoom

The cause is that the Gridlines checkbox in the View tab is unchecked. The corrective action is to navigate to the View tab and check the Gridlines checkbox.

The second possible cause is that the zoom is below 400 percent. Paint suppresses gridlines below this threshold. The corrective action is to increase the zoom past the threshold.

Symptom: The zoom slider does not respond

The cause is usually that Paint is in a modal state (a dialog is open, a paste is uncommitted, an export is in progress). The corrective action is to dismiss the modal state and try the slider again.

Symptom: Zoom changes pan the canvas unexpectedly

The cause is that the cursor was not over the canvas before the zoom change. The cursor-centered zoom behavior depends on the cursor being over the canvas. The corrective action is to position the cursor over the working region before the next zoom change.

Symptom: The status bar coordinate readout is missing

The cause is that the Status bar checkbox in the View tab is unchecked. The corrective action is to check the checkbox in the View tab.

Symptom: Zoom out goes below 100 percent unexpectedly

The cause is usually that the canvas was already at 100 percent and the next scroll-down went to a lower level. Paint allows zoom levels below 100 percent (down to 12.5 percent) for very large canvases. The corrective action is to scroll up to return to 100 percent or above.

Common mistake

Concluding that the zoom feature is broken when the symptom is actually a configuration issue (cursor outside canvas, gridlines unchecked, status bar unchecked, modal state). The zoom feature itself is one of the most stable features in Paint and is almost never the source of a symptom. The configuration around the zoom is usually the issue.

Appendix G: a deeper look at gridlines

Gridlines are one of the most important productivity features in Paint for pixel art and deserve a longer discussion than the introductory section provides.

What gridlines actually are

Gridlines are visually rendered overlays that draw a one-screen-pixel-wide line between every pair of adjacent canvas pixels. The lines are part of the display rendering, not part of the canvas data. They appear on screen but do not appear in the saved file.

The lines are rendered in a low-contrast color (a faint gray that varies slightly with the Paint version). The low contrast is deliberate: the lines are visible enough to provide the pixel-boundary cue but faint enough to not interfere with color perception of the underlying pixels.

Why gridlines matter

Without gridlines, the contributor must visually estimate pixel boundaries based on the color transitions in the rendered image. The estimation is imprecise for two reasons. First, adjacent pixels of similar colors blur visually into a single region, making the boundary ambiguous. Second, the contributor's perception of where one pixel ends and the next begins can drift over the course of a session as fatigue and focus shift.

Gridlines eliminate both sources of imprecision. The boundary is drawn explicitly as a line, removing the visual ambiguity. The boundary is always in the same place, removing the drift in perception. The pattern reduces the cognitive load of high-zoom work and produces measurably more accurate pixel placements.

Why gridlines are off by default

The default state in Paint is gridlines off. The default exists because many casual Paint users are not doing pixel-level work and would find the gridlines visually noisy. For an icon author, the default is the wrong choice, and the corrective practice is to enable gridlines at the start of every session.

The default has been off for the entirety of Paint's history despite repeated user requests to flip it. Microsoft's documented position is that the casual user base outweighs the pixel-art user base, and changing the default would affect more users negatively than positively. The corrective practice for icon authors is to enable gridlines manually as part of the session-start ritual.

When to disable gridlines temporarily

For the 100 percent verification check, gridlines should remain enabled but they have no visible effect at that zoom level (Paint suppresses them below 400 percent). For verification at intermediate zoom levels (200 to 400 percent), gridlines may be undesirable because they can dominate the visual rendering. The corrective practice is to disable gridlines temporarily for intermediate-zoom verification and re-enable them for the next high-zoom work session.

Pro tip

Some senior contributors maintain a custom keyboard shortcut for toggling gridlines via PowerToys Keyboard Manager or AutoHotkey. The shortcut allows fast on-and-off cycling during the work-verify-work pattern. Paint does not include a built-in keyboard shortcut for gridlines toggle.

Appendix H: the relationship between zoom and Windows display scaling

The interaction between Paint's zoom and Windows display scaling deserves a longer discussion because the topic is the source of considerable confusion for new icon authors.

What Windows display scaling does

Windows display scaling is an operating-system feature that magnifies the user interface to compensate for high-resolution displays. On a 4K display, a default 100 percent UI would render text and icons at sizes that are too small for comfortable use. Windows display scaling solves this by rendering the UI at a larger size: at 150 percent scaling, each interface element is rendered as 1.5x its native pixel size.

The scaling is applied at the rendering layer, after applications have produced their output. Paint's canvas rendering is treated like any other application output: it is rendered at Paint's internal resolution, then scaled by the operating-system scaling factor before display.

How the two settings compound

Paint's internal zoom and Windows display scaling compound multiplicatively. If Paint is at 800 percent zoom and Windows is at 150 percent scaling, the effective magnification of each canvas pixel is 800 x 1.5 = 1200 percent. The contributor's perception of "I am at 800 percent zoom" is partially incorrect because the perception does not account for the scaling.

For workflows that depend on the canvas appearing at a specific size on screen (matching the icon's appearance to the in-game inventory rendering, for example), the effective magnification is the relevant figure, not the Paint zoom alone.

Why the compounding matters for icon work

The Unturned inventory grid displays icons at a specific physical size on the player's screen. To verify that an icon will look correct in that context, the contributor must view the icon at the same physical size during authoring. The effective magnification is what determines the physical size.

If the contributor authors on a 4K display with 150 percent scaling at Paint 100 percent zoom, the icon appears 1.5x its in-game size. The contributor's verification at this state is therefore not at the true delivery size. The corrective practice is either to reduce Windows scaling to 100 percent during verification or to mentally adjust Paint's zoom down to compensate (in this case, to approximately 67 percent).

The simplest configuration for icon work is Windows display scaling at 100 percent. The pattern eliminates the compounding consideration and produces a one-to-one correspondence between Paint's zoom and the effective magnification. The downside is that other Windows interface elements (text in the menu bar, the taskbar, other applications) become very small on a 4K display.

The alternative configuration is to maintain Windows display scaling at the comfortable level (typically 150 percent on 4K displays) and to mentally compensate during verification. The compensation is small and becomes automatic with practice.

A practical verification trick

A useful trick for verifying the effective magnification is to display a known-size reference image alongside the icon being authored. The reference can be a screenshot of the actual Unturned inventory grid with the icon's intended slot empty. By placing the reference next to Paint's canvas at 100 percent zoom, the contributor can compare the canvas to the reference and adjust the Paint zoom until the canvas matches the reference size. The matched zoom is the true delivery-size view, regardless of any Windows scaling.

Best practice

For contributors working on high-DPI displays with non-100-percent scaling, take a few minutes at the start of every session to identify the Paint zoom that produces true delivery size. The configuration is monitor-specific and scaling-specific, so it must be redone whenever either changes. Once identified, the figure is the verification zoom for the remainder of the session.

Appendix I: zoom in long-running multi-icon sessions

For sessions that involve authoring multiple icons in sequence, the zoom strategy interacts with the multi-icon workflow in specific ways. The patterns below cover the documented strategies.

Pattern 1: Consistent zoom across icons

The simplest multi-icon pattern is to use the same zoom level for every icon in the pack. The pattern is appropriate when all icons in the pack have similar canvas sizes and similar complexity. The pattern's advantage is muscle-memory consistency: the contributor's hand-eye coordination at the chosen zoom is constant across all icons.

Pattern 2: Per-icon zoom optimization

For packs with mixed canvas sizes (some weapons at 64-by-64, some structures at 128-by-128), the per-icon optimization adjusts the zoom for each icon's specific size. The pattern's advantage is that each icon is worked at its optimal zoom. The disadvantage is the cognitive cost of zoom adjustment between icons.

Pattern 3: Phase-locked zoom

The phase-locked pattern uses different zoom levels for different phases (composition, silhouette, fill, highlight, shadow, detail, verification) but the same zoom for the same phase across all icons. The contributor moves through all icons in the composition phase at 400 percent, then through all icons in the silhouette phase at 800 percent, and so on. The pattern's advantage is that the contributor stays in one zoom regime for an extended period, which is faster than switching zoom for every icon.

The phase-locked pattern is the documented practice of some contributors who author large packs in parallel. The pattern is not appropriate for contributors who prefer to complete one icon fully before starting the next.

Pattern 4: Verification zoom batching

For any multi-icon pattern, the verification step at 100 percent can be batched across all icons rather than performed per-icon. The pattern involves working at high zoom on all icons in sequence, then performing a single end-of-session verification pass at 100 percent across all icons.

The batched verification pattern is faster than per-icon verification but is also riskier: errors that emerge during the verification pass affect many icons rather than a single icon. The corrective practice is to use batched verification only after substantial experience with per-icon verification has built confidence in the work-zoom output.

Did you know?

The 57 Studios contributor questionnaire asked about multi-icon zoom strategies and reported a roughly even split between consistent-zoom, per-icon-optimization, and phase-locked patterns. No single pattern dominates the contributor cohort, which suggests that the optimal pattern depends on individual preference rather than on any objective superiority of one pattern over the others.

Appendix J: zoom and the long-form session

For long-form authoring sessions (three hours or more), the zoom strategy interacts with cognitive fatigue in specific ways. The patterns below cover the documented mitigations.

Mitigation 1: Reduce work zoom over the session

Cognitive precision tends to decline over the course of a long session. A pattern that works well at 800 percent zoom for the first ninety minutes may produce more errors at the same zoom after three hours. The corrective practice is to reduce the work zoom over the session: 800 percent for the first ninety minutes, 1600 percent for the next ninety minutes (because the larger pixels are more forgiving of declining precision), and 3200 percent for any work in the final ninety minutes.

Mitigation 2: Increase verification frequency over the session

The verification cycle should become more frequent as the session progresses. A fifteen-minute cycle is appropriate for the first ninety minutes; a ten-minute cycle is more appropriate for the next ninety minutes; and a five-minute cycle is appropriate for any work in the final ninety minutes. The increased frequency catches errors earlier and reduces the rework cost.

Mitigation 3: Take session breaks at zoom changes

Cognitive breaks are most useful at natural workflow transition points. The zoom changes between phases are natural break points: between the silhouette phase and the highlight phase, take a five-minute break before changing zoom. The break-and-zoom-change combination produces a fresher state for the new phase than continuing without a break.

Mitigation 4: End the session at a verification step

A long session should end at a verification step rather than mid-work. The verification provides a clean closing acceptance check and ensures that no half-finished work is left at the work zoom. The pattern protects against the case where the contributor returns to the session in a future state and discovers that mid-work pixels were inadvertently committed without verification.

Pro tip

For sessions longer than three hours, schedule the session in advance with explicit zoom checkpoints and break points. The planning produces a more productive session than ad-hoc zoom changes and reduces the risk of fatigue-driven errors accumulating without notice.

Appendix K: zoom history across raster editors

The history of zoom in raster editors provides useful context for the current state of Paint's zoom feature. The history below covers the principal milestones.

The 1985-1990 era

The original 1985 Paintbrush supported two zoom levels: 1x and 8x. The 8x mode was called "Fat Bits" and was the only way to view individual pixels. The interface was a separate window rather than an in-place zoom, which meant the contributor had to mentally translate between the Fat Bits view and the normal view. The Fat Bits pattern was the dominant pixel-art workflow throughout the late 1980s.

The 1990-1995 era

The 1990 Windows 3.0 Paintbrush expanded the zoom to four levels: 1x, 2x, 4x, and 8x. The expansion enabled a more graduated zoom strategy but still required modal switching between zoom views rather than in-place zooming. The pattern was a transitional step toward the modern in-place zoom.

The 1995-2009 era

The 1995 Windows 95 rewrite introduced the in-place zoom that is still recognizable in modern Paint. The continuous slider replaced the discrete zoom levels, and the zoom was applied to the same canvas view rather than requiring a separate window. The pattern is the foundation of modern raster-editor zoom interactions.

The 2009-2017 era

The 2009 Windows 7 ribbon rebuild added the Ctrl + scroll wheel shortcut. The shortcut had been a feature of GIMP and Photoshop for years before its adoption by Paint, and the addition closed the most visible gap between Paint and the more sophisticated editors. The Ctrl + scroll wheel pattern is now the dominant zoom interaction across all raster editors.

The 2017-present era

The modern Paint builds have refined the zoom feature with cursor-centered zoom (consistent across the period), high-DPI awareness (added in 2018), and integration with Windows display scaling (added in 2020). The 2023 Windows 11 rebuild preserved all of these features while adding the modern layer support that interacts with zoom in well-documented ways.

Did you know?

The Ctrl + scroll wheel pattern was originally a Photoshop innovation from the mid-1990s. The pattern's success in Photoshop drove its adoption across the rest of the raster-editor ecosystem, and it has become the de facto standard for zoom interactions in any application that involves a zoomable canvas. The pattern's stability across thirty years is a useful reminder that some interaction patterns are well-designed enough to outlast multiple application generations.

The 57 Studios contributor questionnaire has collected zoom-related telemetry across three years. The statistics below summarize the principal findings.

MetricYear 1 (2024)Year 2 (2025)Year 3 (2026)
Median work zoom800%800%800%
Median verification cycle18 min16 min15 min
Share of sessions with gridlines enabled71%83%91%
Share of contributors using Ctrl+wheel78%86%93%
Share of contributors using only the slider14%8%4%
Median total zoom changes per session91112

The trends across the three years are consistent: contributors are converging on the documented best practices (gridlines on, Ctrl + scroll wheel as the primary zoom method, frequent verification cycles). The convergence reflects the spread of the practices through the contributor community and the documented improvement in icon quality that follows.

The median work zoom of 800 percent has remained stable across all three years, suggesting that the figure represents a true sweet spot rather than a transient preference. The median verification cycle has shortened slightly, reflecting an increased emphasis on context verification as the contributor cohort has matured.

Did you know?

The share of contributors using only the slider has declined from 14 percent in 2024 to 4 percent in 2026. The decline reflects the spread of the Ctrl + scroll wheel pattern through the community and is one of the most measurable productivity improvements documented in the questionnaire's history. New contributors entering the cohort now overwhelmingly adopt Ctrl + scroll wheel as their primary zoom method from the start.

Appendix M: zoom and the verification mindset

The verification cycle is a habit, not a one-time action. The habit must be built deliberately and reinforced across many sessions before it becomes automatic. The discussion below covers the mindset that supports the habit.

Treat 100 percent as the truth

The contributor's perception of the icon at 800 percent zoom is a working perception, not the truth. The truth is the icon's appearance at 100 percent zoom, because that is the size at which the icon will be displayed in the Unturned inventory grid. Every pixel that looks correct at 800 percent must also look correct at 100 percent for the icon to be acceptable.

The habit of treating 100 percent as the truth produces icons that read well in context. The opposite habit, treating 800 percent as the truth, produces icons that look impressive at high zoom but smudged or incoherent at delivery size.

Build the verification cycle into the rhythm

The verification cycle should happen on a regular cadence, not whenever the contributor remembers. The cadence is typically every fifteen minutes, with shorter cadences for longer sessions or more demanding icons. The cadence should be enforced by a timer, by a habit, or by a sibling contributor watching the work.

Senior contributors typically internalize the cadence after a few months of disciplined practice. New contributors benefit from explicit timer reminders until the cadence becomes automatic.

Resist the temptation to over-refine at high zoom

A common failure mode is to spend extended time at 3200 percent zoom refining a small region. The refinement may produce an exquisitely-detailed region at the work zoom but the detail may not be visible at the delivery zoom. The corrective practice is to verify at 100 percent zoom every few minutes during high-zoom refinement; if the refinement is not visible at 100 percent, it is not worth the time.

Use the zoom to bound the work

The zoom strategy provides a natural way to bound the scope of each refinement session. Work at 800 percent for the bulk of the icon, then transition to 1600 percent for the detail pass, then to 3200 percent for any specific pixel surgery. Each transition is a checkpoint that limits the scope of the next phase. The bounded approach produces icons that are completed within a predictable time budget rather than icons that consume open-ended refinement time.

Best practice

For new contributors, write the verification cadence into a paper checklist that sits next to the keyboard. The physical reminder prevents the verification step from being skipped in the early sessions when the habit has not yet formed. The checklist can be retired once the habit is automatic.

Next steps

Zoom controls let you see what you are doing. The next decision is what canvas size to use for your icon. Continue to How to Set Canvas Size for Icons.

Document history

VersionDateAuthorNotes
1.02025-11-1257 StudiosInitial publication. Three zoom methods, gridlines, recommended percentages.
1.12025-12-0457 StudiosAdded cross-editor comparison and decision flowchart.
1.22026-01-0957 StudiosAdded advanced considerations and high-DPI section.
2.02026-05-1757 StudiosMajor revision. Added zoom strategy workflows, performance considerations, icon-type-specific strategies, selection-and-clipboard interactions, documented mistakes, usage distribution, and four appendix sections.