{% for badge in productBadges %} {% if product.tags contains badge.tag %}
{{ badge.product_badge }}
{% endif %} {% endfor %}

Accessories

Multi-Purpose Air-Drive Adjustable Standing Desk

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'multi-purpose-air-drive-adjustable-standing-desk-sf-a023001'%} {% assign compared = true %} {% endif %} {% endfor %}
{% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% else %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% endif %} {% endif %}
{% if variant.available %} {% else %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
{% if BIS and BIS.Config %}
{{BIS.Config.labels.headline}}
Email
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}

Estimated Delivery: Sun, May 12 - Thu, May 16

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Experience the ideal balance of comfort, health, and productivity with the Sunny Health & Fitness Height Adjustable Standing Desk.

Powered by a smooth pneumatic air lifting system, the height-adjustable lever allows for effortless, quiet, and fast height changes between 29.5” to 47.2”. Easily find your optimal ergonomic position whether seated or standing with minimal disruptions or maintenance required.

With a generous 47” x 24” scratch and water-resistant surface, this spacious desk accommodates your work essentials while integrating active working. Easily pair with treadmills, mini steppers and mini ellipticals to promote movement during tasks.

Designed for versatility, the 32.7 inches width between steel legs fits most treadmills and under-desk equipment with ease. Crafted for durability, the steel frame supports up to 187 LB while operating electricity-free for a sustainable, hazard-free workspace.

Enjoy quick and simple assembly in minutes. Experience the Sunny Health & Fitness commitment to superior quality and excellent service that has made us a top fitness brand for over 20 years.

Telescopic Range 29.5" to 47.2" | The smooth pneumatic air lifting lever allows you to effortlessly adjust the height between 29.5" to 47.2" with a simple squeeze. Find your optimal ergonomic position in seconds.

Telescopic Range 29.5" to 47.2"

The smooth pneumatic air lifting lever allows you to effortlessly adjust the height between 29.5" to 47.2" with a simple squeeze. Find your optimal ergonomic position in seconds.
47"x24" Desk Surface | The generous 47" x 24" scratch and water-resistant surface provides ample room for your work essentials and equipment.

47"x24" Desk Surface

The generous 47" x 24" scratch and water-resistant surface provides ample room for your work essentials and equipment.
32.7" width between table legs | With 32.7 inches between sturdy steel legs, this desk accommodates treadmills, under-desk bikes, mini steppers and more.

32.7" width between table legs

With 32.7 inches between sturdy steel legs, this desk accommodates treadmills, under-desk bikes, mini steppers and more.
Carbon Structural Steel | Crafted from durable carbon steel, this strong yet lightweight frame supports up to 187 LB while ensuring longevity.

Carbon Structural Steel

Crafted from durable carbon steel, this strong yet lightweight frame supports up to 187 LB while ensuring longevity.
Floor Stabilizers | Non-slip floor stabilizers keep the desk firmly planted for a wobble-free work surface.

Floor Stabilizers

Non-slip floor stabilizers keep the desk firmly planted for a wobble-free work surface.
187 LB Max Weight | Built to endure, the sturdy steel frame safely supports up to 187 LB for all your workspace needs.

187 LB Max Weight

Built to endure, the sturdy steel frame safely supports up to 187 LB for all your workspace needs.

FAQS

Specifications

Technology

  • height level
    height stepless adjustment
  • lift method
    pneumatic air lift

Comfort

  • Adjustable Desk Height
    29.5 - 47.2 in
  • desktop dimensions
    47.2L x 23.6W x 0.7H in

Engineering

  • construction
    carbon structural steel, density board
  • max weight capacity
    187 lb

Convenience

  • product dimensions
    47.2L x 23.6W x 47.2H in
  • product weight
    58.4 lb
  • ship dimensions
    51.4L x 29.7W x 5.5H in
  • ship weight
    66.1 lb
  • warranty
    1 year structural frame, 180 days other parts and components

Other customers were interested in

{% assign count = 0 %} {% for product in products %} {% if product.tags contains 'rec-excl' %}{% continue %}{% endif %} {% assign count = count | plus: 1 %}
{% capture bg %}transparent{% endcapture %}
{% if product.hover_image_alt contains 'https' or forloop.index == -1 %}
{% else %}
{% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {{ product.featured_image_alt }} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %}
{% if hover_alt contains 'https' %} {% else %}
{{ product.hover_image.alt | escape }}
{% endif %}
{% endif %}
{% comment %}
{% endcomment %}
{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %}
{% assign productTitle = product.title | remove: product.type | split: '-' | replace: 'w/','with' | split: 'with' | first %}

{{ product.title | replace: 'w/','with' | split: 'with' | first }}

{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag == 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %}
{% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price and discount_amount > 10 %} Discounted price{{ product.price | money | remove: " " }} Actual price{{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %}

{% if product.sku != blank %} {{ product.sku }} {% else %} {{ product.variants[0].sku }} {% endif %}

{% assign compared = false %} {% for item in Comparison.data.items %} {% if item.handle == product.handle %} {% assign compared = true %} {% endif %} {% endfor %}
{% comment %} {% endcomment %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Review Section


truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back