Playbook: Adopting Sharing economy & product-as-a-service in 90 days
A step-by-step adoption guide for Sharing economy & product-as-a-service, covering stakeholder alignment, vendor selection, pilot design, and the first 90 days from decision to operational deployment.
Start here
European manufacturers spent an estimated EUR 3.2 billion on product-as-a-service (PaaS) platform infrastructure in 2025, yet fewer than 25% of those investments progressed beyond pilot stage within 18 months. The gap between launching a sharing or PaaS initiative and running one profitably at scale is almost entirely an engineering and operations problem: asset tracking, usage metering, reverse logistics integration, and predictive maintenance pipelines must all work before the business model does. This playbook provides a 90-day framework for engineers tasked with standing up sharing economy or PaaS capabilities from decision to operational deployment.
Why It Matters
The EU Ecodesign for Sustainable Products Regulation (ESPR), entering force in phases from 2025, introduces durability, repairability, and recyclability requirements that make traditional sell-and-forget models increasingly expensive. The EU Circular Economy Action Plan explicitly promotes PaaS and sharing models as pathways to decouple resource consumption from economic growth. Companies that shift to access-based models report 20-40% reductions in virgin material use and 15-30% improvements in product utilization rates compared to ownership-based alternatives.
From an engineering perspective, PaaS transforms the product lifecycle. Instead of optimizing for initial sale, engineering teams must design for durability, serviceability, remote monitoring, and end-of-life recovery. This shift requires new sensor architectures, data pipelines, and integration patterns that connect field-deployed assets to maintenance and logistics systems in near real time.
The financial incentive is equally concrete. Hilti's Fleet Management program generates recurring revenue with 90%+ customer retention rates. Philips Lighting-as-a-Service contracts deliver 30-50% energy savings to customers while retaining ownership of luminaires for refurbishment and reuse. Rolls-Royce Power-by-the-Hour has operated for decades, proving that usage-based models can sustain premium pricing when engineering reliability backs the promise.
Key Concepts
Product-as-a-Service (PaaS) is a business model in which customers pay for access to product functionality rather than owning the physical asset. The manufacturer retains ownership and responsibility for maintenance, repair, and end-of-life management. Revenue shifts from one-time sales to recurring usage or subscription fees.
Asset Utilization Rate measures the percentage of time a shared or PaaS-deployed asset is actively generating value. Industry benchmarks vary: construction equipment averages 40-60%, industrial tooling 30-50%, and consumer electronics sharing platforms 15-25%. Increasing utilization is the primary lever for PaaS unit economics.
Digital Twin is a virtual representation of a physical asset that receives real-time operational data from embedded sensors. Digital twins enable predictive maintenance, usage optimization, and lifecycle planning: all critical capabilities for PaaS operations where the manufacturer bears the cost of downtime and failure.
Reverse Logistics refers to the processes for returning, refurbishing, and redeploying assets at end-of-use or end-of-contract. PaaS models require purpose-built reverse logistics networks that differ fundamentally from warranty return or recycling flows because the goal is rapid redeployment, not disposal.
The 90-Day Framework
Days 1-15: Governance, Architecture, and Stakeholder Alignment
Week 1: Establish cross-functional ownership.
Form a PaaS engineering squad with representatives from product engineering, IoT/embedded systems, data engineering, supply chain operations, and finance. Assign a technical lead who owns the architecture decisions and an executive sponsor who can resolve resource conflicts. Define the initial scope: which product line, which geography, and which customer segment will serve as the pilot.
Week 2: Conduct a technical readiness assessment.
Audit your existing product portfolio for PaaS suitability. Score each candidate product against four dimensions:
| Dimension | Low Readiness | Medium Readiness | High Readiness |
|---|---|---|---|
| Sensor integration | No embedded sensors | Basic telemetry (on/off, hours) | Rich telemetry (usage patterns, wear indicators, environment) |
| Serviceability | Requires factory return | Field-serviceable with specialized tools | Modular, tool-free component swap |
| Durability | Designed for 1 lifecycle | Designed for 2-3 lifecycles | Designed for 5+ lifecycles with refurbishment |
| Data infrastructure | No connectivity | Batch data upload | Real-time cloud connectivity with API |
Deliverables by Day 15:
- PaaS engineering squad charter with roles and decision rights
- Technical readiness scorecard for candidate products
- Selected pilot product line with justification
- High-level architecture diagram showing data flows from asset to platform
- Identified gaps requiring new hardware, firmware, or integration work
Days 16-45: Platform Engineering and Vendor Selection
Weeks 3-4: Design the IoT and data architecture.
Define the sensor-to-cloud data pipeline. At minimum, PaaS-deployed assets need to report: operating hours or usage cycles, environmental conditions (temperature, humidity, vibration), component wear indicators, location (for mobile assets), and fault or anomaly events.
Select a communication protocol appropriate to your deployment context. MQTT over cellular (4G/5G) suits mobile industrial equipment. LoRaWAN works for stationary assets in campus environments. Bluetooth Low Energy with gateway aggregation fits indoor deployments. Budget 4-8 weeks for firmware development if your current products lack the required telemetry.
Weeks 4-5: Evaluate and select platform components.
A PaaS technology stack typically includes four layers:
-
Asset management and tracking: Platforms such as SAP Asset Intelligence Network, IBM Maximo, or PTC ThingWorx provide asset lifecycle management, maintenance scheduling, and spare parts inventory.
-
Usage metering and billing: Zuora, Chargebee, or custom-built metering engines translate raw usage data into billable events. The metering logic must handle edge cases: partial usage periods, minimum commitments, overage tiers, and multi-user access.
-
Predictive maintenance: Azure IoT Hub with Machine Learning, AWS IoT SiteMise, or standalone platforms like Uptake and Augury ingest sensor data and generate maintenance predictions. Target a minimum 7-day advance warning for component failures to enable proactive service scheduling.
-
Reverse logistics coordination: Integration with existing ERP (SAP, Oracle) or specialized platforms like Optoro for return routing, refurbishment tracking, and redeployment scheduling.
Request demonstrations from 2-3 vendors per layer. Prioritize API-first platforms with pre-built connectors for your ERP system. Budget EUR 100,000-300,000 annually for mid-market platform licensing; EUR 500,000-1,500,000+ for enterprise deployments with custom integrations.
Deliverables by Day 45:
- Detailed IoT architecture with protocol selection, data schema, and cloud platform
- Vendor shortlist with evaluation scorecards for each platform layer
- Platform selection decisions and contract initiation
- Firmware development plan (if hardware modifications required)
- Data privacy impact assessment aligned with GDPR requirements
Days 46-75: Pilot Design and Launch
Weeks 7-8: Design the pilot program.
Deploy 50-100 PaaS-enabled assets with 5-10 pilot customers. Select customers that represent different usage intensities and operational environments. Define success metrics:
- Asset uptime: Target 95%+ availability during the pilot
- Data completeness: Target 99%+ telemetry data capture rate
- Maintenance response time: Target 24-hour response for non-critical issues, 4-hour response for critical failures
- Customer satisfaction: Net Promoter Score baseline measurement
- Utilization rate: Measure actual versus projected usage patterns
Pilot components to deploy:
-
Customer onboarding flow: Self-service portal for asset activation, usage dashboard access, and support ticket creation. Build using a standard web framework with API integration to your asset management platform.
-
Real-time monitoring dashboard: Engineering team needs visibility into fleet health, anomaly alerts, and utilization heatmaps. Deploy using Grafana, Datadog, or a custom dashboard connected to your time-series database.
-
Maintenance dispatch system: When sensors detect anomalies or predict component failure, the system should automatically generate work orders, check spare parts availability, and route a technician. Integrate with your existing field service management tool (ServiceNow, Salesforce Field Service, or SAP FSM).
-
Usage-based billing pipeline: Ingest metered usage data, apply pricing rules, and generate invoices. Run in shadow mode alongside fixed pricing for the first 30 days to validate accuracy before customer-facing billing goes live.
Weeks 9-10: Execute and iterate.
Launch the pilot with daily standups for the first two weeks. Monitor sensor data quality hourly during the first 48 hours. Common early issues include cellular connectivity gaps in industrial environments, sensor calibration drift, and time-zone mismatches in usage data. Track mean time to resolution for each issue category.
Deliverables by Day 75:
- 50-100 assets deployed with real-time telemetry operational
- Customer-facing usage dashboards live
- Predictive maintenance pipeline generating alerts
- Billing pipeline validated in shadow mode
- Pilot performance report with gap analysis
Days 76-90: Operationalize and Scale
Weeks 11-12: Build operational runbooks.
Translate pilot learnings into standard operating procedures. Define the asset lifecycle stages and engineering responsibilities at each stage:
- Provisioning: Hardware configuration, firmware flashing, sensor calibration, customer activation
- In-service: Continuous monitoring, predictive maintenance, remote diagnostics, firmware updates
- Return processing: Inspection, cleaning, component testing, refurbishment decision (redeploy, repair, or recycle)
- Redeployment: Recalibration, customer-specific configuration, second-life activation
Establish SLAs for each stage. Provisioning should take no more than 48 hours from order to activation. Return processing should take no more than 5 business days. Redeployment should take no more than 72 hours.
Weeks 12-13: Prepare for scale.
Develop the capacity model: how many assets can your current IoT infrastructure, maintenance team, and reverse logistics network support? Identify the first bottleneck (typically field service capacity or spare parts inventory). Plan the Phase 2 rollout to cover 500-1,000 assets within 12 months.
Deliverables by Day 90:
- Operational PaaS system covering pilot fleet
- Engineering runbooks for all lifecycle stages
- SLA definitions with monitoring dashboards
- Capacity model and bottleneck analysis
- Phase 2 scaling plan with infrastructure requirements and headcount projections
- Executive report documenting technical performance, customer feedback, and investment needs
What's Working
Hilti Fleet Management has deployed over 1.5 million tools under PaaS contracts across European construction sites. Each tool is tracked with RFID and cloud-connected telemetry. The system handles 500,000+ repair and replacement events annually with next-business-day turnaround. Hilti reports that fleet customers spend 15-20% more annually than purchase customers while experiencing 30% less downtime. The engineering backbone includes a proprietary asset management platform integrated with SAP for logistics and billing.
Philips Lighting-as-a-Service operates at Schiphol Airport, the National Union of Students in the UK, and across multiple European commercial real estate portfolios. Philips retains ownership of all luminaires, monitors performance via IoT sensors, and guarantees lux-level output rather than selling fixtures. At Schiphol, the model delivered a 50% energy reduction across 3,500 luminaires while enabling circular recovery of components at end of life.
Michelin Fleet Solutions offers tires-as-a-service to commercial fleet operators across Europe, charging per kilometer driven rather than per tire sold. Embedded tire pressure and temperature sensors feed a predictive analytics platform that optimizes rotation schedules and identifies replacement timing. Fleet customers report 5-15% fuel savings from optimized tire pressure and 20-30% longer tire life compared to self-managed fleets.
What's Not Working
Sensor retrofit costs remain prohibitive for legacy products. Adding IoT telemetry to products not designed for connectivity typically costs EUR 50-200 per unit for hardware alone, plus firmware development and certification. For low-value products (<EUR 500), the sensor cost can exceed the economic benefit of PaaS conversion. Engineering teams should focus PaaS pilots on products with a unit value above EUR 2,000 or high replacement frequency.
Data standardization across multi-vendor fleets is fragmented. When PaaS operators manage assets from multiple manufacturers, each with proprietary telemetry formats, integration costs multiply. The Asset Administration Shell (AAS) standard promoted by the Plattform Industrie 4.0 initiative aims to solve this, but adoption remains below 15% among European manufacturers as of 2025.
Reverse logistics networks are underdeveloped. Most European manufacturers lack the warehouse capacity, refurbishment expertise, and transportation contracts needed for efficient asset recovery and redeployment. Return shipping costs alone can consume 10-20% of the monthly PaaS revenue per asset. Companies that partner with existing reverse logistics specialists (DHL Supply Chain, XPO Logistics) during the pilot phase avoid building fixed infrastructure before demand is proven.
Key Players
Established Leaders
- Hilti: Global leader in construction tool PaaS. Fleet Management program operates across 120+ countries with proprietary asset tracking and logistics.
- Philips: Pioneered Lighting-as-a-Service for commercial and public infrastructure. Circular design principles integrated into luminaire engineering.
- Rolls-Royce: Power-by-the-Hour program for aircraft engines, the original usage-based industrial service model, operating since 1962.
- Michelin: Fleet Solutions provides tires-as-a-service with IoT-enabled predictive maintenance across European commercial fleets.
Startups and Innovators
- Grover: Berlin-based electronics subscription platform offering PaaS for consumer tech. Manages 500,000+ subscription cycles annually with refurbishment operations.
- Bundles: Dutch startup offering home appliance subscriptions (washing machines, coffee machines). Partners with Miele and other manufacturers for circular PaaS.
- FLOOW2: B2B sharing marketplace based in the Netherlands enabling companies to share idle equipment, space, and workforce capacity.
- Lizee: French SaaS platform powering rental and subscription programs for fashion and consumer brands. Used by Decathlon and Petit Bateau.
Key Investors and Organizations
- Ellen MacArthur Foundation: Publishes frameworks for circular business models including PaaS design principles and case studies.
- Plattform Industrie 4.0: German government-backed initiative developing the Asset Administration Shell standard for interoperable digital twins.
- European Investment Bank: Provides financing for circular economy infrastructure including PaaS platforms and reverse logistics facilities.
Action Checklist
- Form cross-functional PaaS engineering squad with executive sponsor
- Score candidate products on sensor integration, serviceability, durability, and data readiness
- Select pilot product line and define target customer segment
- Design IoT architecture with sensor-to-cloud data pipeline
- Select communication protocol (MQTT, LoRaWAN, BLE) based on deployment context
- Evaluate and select asset management, metering, predictive maintenance, and billing platforms
- Complete GDPR data privacy impact assessment for asset telemetry
- Deploy 50-100 PaaS-enabled assets with 5-10 pilot customers
- Launch real-time monitoring dashboard and predictive maintenance pipeline
- Validate usage-based billing pipeline in shadow mode before going live
- Build engineering runbooks for provisioning, in-service, return, and redeployment stages
- Define SLAs for asset uptime, maintenance response, and return processing
- Develop capacity model identifying first scaling bottleneck
- Prepare Phase 2 plan for 500-1,000 asset deployment within 12 months
FAQ
What is the minimum viable PaaS tech stack for a mid-size European manufacturer? At minimum, you need embedded sensors with cloud connectivity on the asset, a time-series database for telemetry ingestion (InfluxDB or TimescaleDB are cost-effective options), a usage metering and billing engine, and integration with your existing ERP for logistics and finance. Open-source components can reduce initial platform costs to EUR 50,000-100,000, but expect to invest EUR 200,000-400,000 in the first year including firmware development, integration, and DevOps staffing.
How do we handle GDPR compliance for asset telemetry data? Asset usage data often qualifies as personal data under GDPR when it can be linked to an identifiable individual (a named operator, a delivery driver, a tenant). Conduct a Data Protection Impact Assessment before pilot launch. Implement data minimization by collecting only the telemetry needed for service delivery and billing. Anonymize or pseudonymize data used for aggregate analytics. Ensure your data processing agreements with cloud platform vendors specify EU data residency.
Should we build or buy the IoT platform? For most manufacturers, a hybrid approach works best. Buy the connectivity and device management layer (AWS IoT Core, Azure IoT Hub, or platform vendors like PTC ThingWorx). Build the domain-specific logic: usage metering rules, predictive maintenance models trained on your product failure data, and integration adapters for your ERP and field service systems. Fully custom platforms make sense only if PaaS is your core business model and you deploy 10,000+ connected assets.
What asset utilization rate do we need for PaaS to be profitable? The break-even utilization rate depends on your cost structure, but a general benchmark for industrial equipment is 35-45%. Below 35%, the recurring revenue typically cannot cover depreciation, maintenance, and logistics costs. Above 55%, PaaS margins exceed traditional sales margins for most product categories. During the pilot, track utilization daily and model scenarios at 30%, 45%, and 60% to understand your economics.
How do we design products for multiple lifecycles? Focus on three engineering principles: modularity (components should be replaceable without replacing the entire unit), standardized fasteners (avoid adhesives and proprietary connections that prevent disassembly), and material traceability (know what is in every component so end-of-life decisions can be made efficiently). The EU ESPR will increasingly require these design characteristics, so investment now builds regulatory compliance alongside PaaS capability.
Sources
- European Commission. "Ecodesign for Sustainable Products Regulation: Implementation Timeline and Product Priorities." EC, 2025.
- Ellen MacArthur Foundation. "The Circular Economy in Detail: Product-as-a-Service Business Models." EMF, 2025.
- Hilti Group. "Annual Report 2025: Fleet Management Performance Metrics." Hilti, 2025.
- Plattform Industrie 4.0. "Asset Administration Shell Specification v3.0 and Adoption Report." Federal Ministry for Economic Affairs, 2025.
- Philips. "Circular Lighting Case Studies: Schiphol Airport and Commercial Real Estate." Signify, 2025.
- Michelin. "Fleet Solutions Performance Report: Predictive Maintenance and Sustainability Outcomes." Michelin Group, 2025.
- Accenture. "Product-as-a-Service: Engineering Requirements for Circular Business Models in European Manufacturing." Accenture Research, 2025.
Stay in the loop
Get monthly sustainability insights — no spam, just signal.
We respect your privacy. Unsubscribe anytime. Privacy Policy
Data story: Sharing economy utilization rates, growth metrics, and environmental savings by sector
A data-driven analysis of sharing economy and PaaS metrics tracking asset utilization rates, platform growth, material savings, carbon avoided per shared unit, and sector-level adoption benchmarks.
Read →Case StudyCase study: Sharing economy & product-as-a-service — a city or utility pilot and the results so far
A concrete implementation case from a city or utility pilot in Sharing economy & product-as-a-service, covering design choices, measured outcomes, and transferable lessons for other jurisdictions.
Read →Case StudyCase study: Sharing economy & product-as-a-service — a leading company's implementation and lessons learned
An in-depth look at how a leading company implemented Sharing economy & product-as-a-service, including the decision process, execution challenges, measured results, and lessons for others.
Read →Case StudyCase study: Sharing economy & product-as-a-service — a startup-to-enterprise scale story
A detailed case study tracing how a startup in Sharing economy & product-as-a-service scaled to enterprise level, with lessons on product-market fit, funding, and operational challenges.
Read →Case StudyCase study: Sharing economy & product-as-a-service — an enterprise equipment leasing transformation
A concrete implementation case examining how a B2B equipment manufacturer transitioned to a product-as-a-service model, covering revenue impact, customer retention, waste reduction, and operational lessons.
Read →ArticleMarket map: Sharing economy & product-as-a-service — the categories that will matter next
A structured landscape view of Sharing economy & product-as-a-service, mapping the solution categories, key players, and whitespace opportunities that will define the next phase of market development.
Read →