WATER PUMP LEO AKS-551PWH 550W 12M3/H MUSTA VEE

The photographs are for illustrative purposes only.
Get AI analytics on product Water pump LEO AKS-551PWH 550W 12 m3/h (dirty water):
54.90€/pc.
Ex Tax: 44.27€/pc.
NONAME
0 reviews
In stock
Product Code: 000-462015ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:
Package dimensions20,00 x 16,70 x 34,60 cm
Net weight5,161 kg

LEO AKS-551PWH 550W Dirty Water Pump — 12 m3/h

This is a submersible dirty water pump designed for moving contaminated or debris-laden water. It provides reliable water removal for building sites, flooded areas and outdoor drainage, offering straightforward performance for both professionals and homeowners.

Key advantages


    Robust motor with a 550W rating for consistent operation
  • High flow capacity of 12 m3/h to handle large volumes
  • Designed for dirty or black water applications
  • Compact and easy to position where needed
  • Simple maintenance and serviceability
  • Good balance of performance and energy consumption

Application and use cases

Suitable for a range of water removal tasks where water contains solids or sediments. Typical use cases include:


    Draining flooded basements and cellars
  • Removing water from construction pits and trenches
  • Pumping out ponds, wells, and outdoor pools with debris
  • Site dewatering during renovation or landscaping

What to consider when choosing


    Match pump flow and head to your specific drainage needs
  1. Confirm the pump is suitable for the type and amount of solids in the water
  2. Check power supply compatibility and installation requirements
  3. Evaluate serviceability and availability of spare parts
  4. Consider warranty, local support, and delivery options

Characteristics


    Product type: Water pump
  • Model: LEO AKS-551PWH
  • Power: 550W
  • Flow capacity: 12M3/H
  • Intended use: Dirty (black) water

Why buy at SityPro


    Wide selection of pumps and clear product characteristics to compare before you buy
  • Competitive price and transparent offers on pump models
  • Reliable delivery to Estonia and Finland with local shipping options
  • Experienced customer support to help with application and installation questions
  • After-sales assistance and access to spare parts through SityPro

Description provided by sitypro.com

WATER PUMP LEO AKS-551PWH 550W 12M3/H MUSTA VEE
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WATER PUMP LEO AKS-551PWH 550W 12M3/H MUSTA VEE

What is the Water pump LEO AKS-551PWH 550W 12 m3/h (dirty water)?

Water pump LEO AKS-551PWH 550W 12 m3/h (dirty water) is a submersible dirty-water pump with a 550W motor and 12 m³/h flow capacity, built to handle contaminated water with solids; compact design and easy maintenance make it suitable for drainage, tanks and flood removal.

What tasks is the LEO AKS-551PWH pump suitable for?

The pump is suitable for dirty-water removal tasks: draining flooded basements and pits, filling/emptying tanks and barrels, garden watering and other domestic or light industrial jobs involving water with sediment or solids.

What are the dimensions and weight of the LEO AKS-551PWH pump?

The pump’s total weight is about 5.161 kg and the package dimensions are 20.00 x 16.70 x 34.60 cm, making it compact and easy to position or store.

Can the LEO AKS-551PWH handle large particles and what is the max flow rate?

The LEO AKS-551PWH is designed for dirty water with solids and has a rated flow capacity of up to 12 m³/h, allowing it to handle and remove large volumes efficiently.

Is this pump suitable for permanent domestic water supply?

The pump is primarily for dirty-water removal; while it can temporarily supply water from tanks, dedicated domestic water-supply pumps are preferable for continuous household use.

What installation type is required — submersible or surface?

The LEO AKS-551PWH is a submersible pump: it must be placed directly in the water in a tank, barrel or flooded area to operate correctly.

Is pre-filtration required before the pump?

A coarse filter or strainer is recommended to prevent large abrasive debris, but the AKS-551PWH is designed for dirty water and can handle smaller solids without mandatory pre-filtration.

How do you maintain and clean the LEO AKS-551PWH?

Maintenance involves periodic inspection and cleaning of the inlet filter/strainer and removal of trapped debris or fibres; the compact housing and replaceable wear parts make servicing straightforward.

What materials and build quality does the LEO AKS-551PWH have?

The description highlights a reliable, compact housing built from materials suited for dirty-water conditions, focused on durability, ease of maintenance and robust operation.

Can the pump be used for sewage containing oils or chemicals?

The pump is intended for dirty water with solids; compatibility with oils or aggressive chemicals is not specified in the basic description, so confirm suitability for such fluids before use.

How does the LEO AKS-551PWH differ from regular domestic water pumps?

The AKS-551PWH is built for dirty water and solids with a 12 m³/h capacity, whereas typical domestic pumps are for clean water and usually cannot handle the same level of solids or flow.

What operating conditions (temperature and immersion depth) are allowed?

Specific temperature and immersion depth limits are not provided in the supplied data; as a submersible dirty-water pump, check the manual or seller for exact operating ranges before use.

What accessories and spare parts should I have for the LEO AKS-551PWH?

It’s advisable to keep spare seals, inlet strainers and gasket kits on hand; for exact spare-part numbers refer to model A139782SP documentation.

Google reviews

See all reviews

Model

//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');